24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ApiConfiguration": {
|
|
"Keys": {
|
|
"Weather": "NOT COMMITED",
|
|
"ResRobot": "NOT COMMITED"
|
|
},
|
|
"BaseUrls": {
|
|
"Nominatim": "https://nominatim.openstreetmap.org",
|
|
"Aurora": "http://api.auroras.live",
|
|
"Weather": "https://api.weatherapi.com/v1",
|
|
"ResRobot": "https://api.resrobot.se"
|
|
},
|
|
"DefaultCity": "Vega stockholms lan",
|
|
"DefaultStation": "Vega Station"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|