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

10 lines
142 B
JSON
Raw Normal View History

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