minapp/bin/Debug/net9.0/appsettings.json

10 lines
151 B
JSON
Raw Normal View History

2026-01-29 20:47:01 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}