diff --git a/app/components/config/config.json b/app/components/config/config.json index 643c7bd..6555d2e 100644 --- a/app/components/config/config.json +++ b/app/components/config/config.json @@ -2,8 +2,8 @@ "env": "production", "username":"", "password":"", - "useStoredConfig": false, + "useStoredConfig": true, "surveilApiUrl": "surveil/v2", "surveilAuthUrl": "surveil/v2/auth", - "refreshInterval": -1 + "refreshInterval": 30 }