Files
exampleApp/BlazorApp3/appsettings.json
2026-01-05 15:55:19 +01:00

10 lines
142 B
JSON

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