Created a sloppy api for home weather
This commit is contained in:
20
HomeApi/appsettings.json
Normal file
20
HomeApi/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user