aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:20:25 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:20:25 +0100
commit20830e4f896526db66d9b3ace0ebc421620c4049 (patch)
treef88394b9e6c40701a0eb03aca7ea342f30df7f96 /src/config.js
parentFix lint (diff)
parentImprove Bug report template (diff)
downloadferdium-app-20830e4f896526db66d9b3ace0ebc421620c4049.tar.gz
ferdium-app-20830e4f896526db66d9b3ace0ebc421620c4049.tar.zst
ferdium-app-20830e4f896526db66d9b3ace0ebc421620c4049.zip
Merge branch 'develop' into publish-debug
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 4eb59c7bc..b5314ab8e 100644
--- a/src/config.js
+++ b/src/config.js
@@ -66,8 +66,7 @@ export const DEFAULT_APP_SETTINGS = {
66 66
67 // Ferdi specific options 67 // Ferdi specific options
68 server: LIVE_API, 68 server: LIVE_API,
69 // todoServer: PRODUCTION_TODOS_FRONTEND_URL, 69 todoServer: PRODUCTION_TODOS_FRONTEND_URL,
70 todoServer: 'https://todoist.com/app',
71 autohideMenuBar: false, 70 autohideMenuBar: false,
72 lockingFeatureEnabled: false, 71 lockingFeatureEnabled: false,
73 locked: false, 72 locked: false,