Files
radzen-blazor/RadzenBlazorDemos/appsettings.json
2025-08-13 15:37:01 +03:00

12 lines
223 B
JSON

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