Files
AobaV2/AobaServer/appsettings.json
2025-04-14 21:38:30 -04:00

10 lines
130 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}