MinApp2/appsettings.json
Janus C. H. Knudsen 80a77c4cb4 Initial commit
2026-01-31 11:45:54 +01:00

9 lines
151 B
JSON

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