21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApiConfiguration": {
|
|
"Keys": {
|
|
"Weather": "KEY",
|
|
"SL": ""
|
|
},
|
|
"BaseUrls": {
|
|
"Nominatim": "https://nominatim.openstreetmap.org",
|
|
"Aurora": "http://api.auroras.live",
|
|
"Weather": "https://api.weatherapi.com/v1"
|
|
},
|
|
"DefaultCity": "Vega stockholms lan"
|
|
}
|
|
}
|