Files
Wireless_Eink_HomeScreen/HomeApi/appsettings.json

21 lines
376 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"
},
"AllowedHosts": "*"
}