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