aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 06b4b79a9..3e0000a57 100644
--- a/src/config.js
+++ b/src/config.js
@@ -36,6 +36,7 @@ export const DEFAULT_APP_SETTINGS = {
36 runInBackground: true, 36 runInBackground: true,
37 enableSystemTray: true, 37 enableSystemTray: true,
38 minimizeToSystemTray: false, 38 minimizeToSystemTray: false,
39 privateNotifications: false,
39 server: LIVE_API, 40 server: LIVE_API,
40 todoServer: PRODUCTION_TODOS_FRONTEND_URL, 41 todoServer: PRODUCTION_TODOS_FRONTEND_URL,
41 showDisabledServices: true, 42 showDisabledServices: true,