Files
azure-examples/GrafanaBlazor/FluentBlazorApp/bin/Debug/net10.0/appsettings.json
2026-01-28 10:29:49 -06:00

10 lines
151 B
JSON

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