aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index b4705105d..a69c5e82f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -64,7 +64,8 @@ export const DEFAULT_APP_SETTINGS = {
64 64
65 // Ferdi specific options 65 // Ferdi specific options
66 server: LIVE_API, 66 server: LIVE_API,
67 todoServer: PRODUCTION_TODOS_FRONTEND_URL, 67 // todoServer: PRODUCTION_TODOS_FRONTEND_URL,
68 todoServer: "https://todoist.com/app",
68 autohideMenuBar: false, 69 autohideMenuBar: false,
69 lockingFeatureEnabled: false, 70 lockingFeatureEnabled: false,
70 locked: false, 71 locked: false,