Files
4Gewinnt/API/appsettings.json
2026-02-06 08:29:28 +01:00

10 lines
142 B
JSON

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