2023-02-09 02:30:14 +00:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2023-02-10 03:33:02 +00:00
|
|
|
"AllowedHosts": "*",
|
2023-03-18 15:38:35 +00:00
|
|
|
"Api": {
|
|
|
|
"BaseUrl": "https://api.weatherapi.com",
|
|
|
|
"Key": "829fbbe5beb2424aa1021928230702"
|
|
|
|
}
|
2023-02-09 02:30:14 +00:00
|
|
|
}
|