aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-02 16:36:18 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-02 16:36:18 +0100
commitda9dc40171f8fd4160d8cd59a1d7c7756c2642c0 (patch)
treed53491a46a07c912a71190e568c66049445cf267 /src/config.js
parentMerge branch 'develop' of https://github.com/getferdi/ferdi into develop (diff)
downloadferdium-app-da9dc40171f8fd4160d8cd59a1d7c7756c2642c0.tar.gz
ferdium-app-da9dc40171f8fd4160d8cd59a1d7c7756c2642c0.tar.zst
ferdium-app-da9dc40171f8fd4160d8cd59a1d7c7756c2642c0.zip
Revert "Change default todo server to todoist"
Diffstat (limited to 'src/config.js')
-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,