aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 20:53:01 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 20:53:01 +0100
commit422a3dc58691bee14df5a38c25c70532f2ba4262 (patch)
treef753548393f9d14289bc8ce933186a93fb6c9c08 /src/config.js
parentUpdate feature list (diff)
downloadferdium-app-422a3dc58691bee14df5a38c25c70532f2ba4262.tar.gz
ferdium-app-422a3dc58691bee14df5a38c25c70532f2ba4262.tar.zst
ferdium-app-422a3dc58691bee14df5a38c25c70532f2ba4262.zip
Change default todo server to todoist
Franz's default Todo application now requires you to use a Franz account to use it. As Ferdi removes the need for a Franz account, switching to Todoist by default will better display that Ferdi Todo can be used with any Todo website the user wants to.
Diffstat (limited to 'src/config.js')
-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,