blazor-calendar/BlazorApp/appsettings.json

11 lines
182 B
JSON
Raw Permalink Normal View History

2021-07-03 12:19:53 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}