mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 18:29:38 +00:00
23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Cors": {
|
|
"AllowedOrigins": [
|
|
"http://bytefy.net",
|
|
"https://bytefy.net"
|
|
]
|
|
},
|
|
"Seq": {
|
|
"ServerUrl": "https://log.azaaxin.com",
|
|
"ApiKey": "KEY",
|
|
"MinimumLevel": "Trace",
|
|
"LevelOverride": {
|
|
"Microsoft": "Warning"
|
|
}
|
|
}
|
|
}
|