WeatherDashboard/WeatherDashboard.Web/appsettings.json

12 lines
234 B
JSON
Raw Normal View History

2023-02-09 02:30:14 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-02-10 03:33:02 +00:00
"AllowedHosts": "*",
"ApiBaseUrl": "https://api.weatherapi.com",
"ApiKey": "829fbbe5beb2424aa1021928230702"
2023-02-09 02:30:14 +00:00
}