aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index 78a92d948..3e0000a57 100644
--- a/src/config.js
+++ b/src/config.js
@@ -36,6 +36,9 @@ 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,
40 server: LIVE_API,
41 todoServer: PRODUCTION_TODOS_FRONTEND_URL,
39 showDisabledServices: true, 42 showDisabledServices: true,
40 showMessageBadgeWhenMuted: true, 43 showMessageBadgeWhenMuted: true,
41 enableSpellchecking: true, 44 enableSpellchecking: true,
@@ -57,7 +60,7 @@ export const DEFAULT_FEATURES_CONFIG = {
57 wait: ms('10s'), 60 wait: ms('10s'),
58 }, 61 },
59 isServiceProxyEnabled: false, 62 isServiceProxyEnabled: false,
60 isServiceProxyIncludedInCurrentPlan: false, 63 isServiceProxyIncludedInCurrentPlan: true,
61 isAnnouncementsEnabled: true, 64 isAnnouncementsEnabled: true,
62 isWorkspaceIncludedInCurrentPlan: true, 65 isWorkspaceIncludedInCurrentPlan: true,
63 isWorkspaceEnabled: false, 66 isWorkspaceEnabled: false,