Files
server/extra/admin-api/Utilities/ConfigTest/appsettings.json
2026-01-17 03:22:44 +01:00

10 lines
142 B
JSON

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