Files
AobaV2/AobaServer/appsettings.json
2025-06-30 14:27:42 -04:00

11 lines
162 B
JSON

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