Web-Development-with-Blazor.../Chapter05/MyBlog/BlazorWebAssembly/Server/appsettings.json
2023-02-17 15:28:17 +01:00

10 lines
142 B
JSON

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