mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-07 16:15:09 +00:00
24 lines
419 B
JSON
24 lines
419 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"AllowedOrigins": [
|
|
"http://localhost:4200",
|
|
"https://localhost:4200"
|
|
]
|
|
},
|
|
"Seq": {
|
|
"ServerUrl": "https://log.azaaxin.com",
|
|
"ApiKey": "KEY",
|
|
"MinimumLevel": "Trace",
|
|
"LevelOverride": {
|
|
"Microsoft": "Warning"
|
|
}
|
|
}
|
|
}
|