From 2bb172ff07ff3dbd935d80ff44b4ec04a377ad31 Mon Sep 17 00:00:00 2001 From: Vincent Fournier Date: Wed, 19 Aug 2015 13:24:56 -0400 Subject: [PATCH] Set production default Change-Id: I7eed68175847c0b263ff3901036ba72e1bf92691 --- app/components/config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }