WeatherDashboard/WeatherDashboard.Web/appsettings.json
2023-03-18 15:38:35 +00:00

14 lines
247 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Api": {
"BaseUrl": "https://api.weatherapi.com",
"Key": "829fbbe5beb2424aa1021928230702"
}
}