aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index a69c5e82f..b4705105d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -64,8 +64,7 @@ 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",
69 autohideMenuBar: false, 68 autohideMenuBar: false,
70 lockingFeatureEnabled: false, 69 lockingFeatureEnabled: false,
71 locked: false, 70 locked: false,