WeatherDashboard/WeatherDashboard.Web/appsettings.json
2023-02-09 22:33:02 -05:00

12 lines
234 B
JSON

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