fixed config stuff

This commit is contained in:
Daniel Ledda
2021-11-27 14:19:41 +01:00
parent cd859beb9b
commit d0af60f7f4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"development": true,
"development": false,
"defaultMinuteSpan": 60,
"reloadIntervalSec": 30,
"dataEndpoint": "http://192.168.178.21:4040/climate/api"
"dataEndpoint": "/climate/api"
}