20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApiConfiguration": {
|
|
"Keys": {
|
|
"Weather": "KEY",
|
|
"SL": ""
|
|
},
|
|
"BaseUrls": {
|
|
"Weather": "https://api.weatherapi.com/v1",
|
|
"SL": "NOT CONFIGURED"
|
|
},
|
|
"DefaultCity": "Vega stockholms lan"
|
|
},
|
|
}
|