Web-Development-with-Blazor.../Chapter15/CustomElements/AngularProject/appsettings.json

11 lines
186 B
JSON
Raw Normal View History

2023-02-17 15:28:17 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}