Files
Control-Center/backend/appsettings.json
2026-04-26 11:34:51 +00:00

9 lines
141 B
JSON

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