WeatherDashboard/WeatherDashboard.Web/appsettings.json
2023-02-08 21:30:14 -05:00

10 lines
142 B
JSON

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