1
0

Explicitly disable wunderlist migration by default (#141)

Fix wunderlist callback link in docs

Explicitly disable wunderlist migration by default

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/141
This commit is contained in:
konrad
2020-02-17 17:29:17 +00:00
parent f46e9cb64e
commit e95a6eeb11
4 changed files with 9 additions and 4 deletions

View File

@ -181,7 +181,7 @@ migration:
# These are the settings for the wunderlist migrator
wunderlist:
# Wheter to enable the wunderlist migrator or not
enable: true
enable: false
# The client id, required for making requests to the wunderlist api
# You need to register your vikunja instance at https://developer.wunderlist.com/apps/new to get this
clientid:
@ -189,7 +189,7 @@ migration:
clientsecret:
# The url where clients are redirected after they authorized Vikunja to access their wunderlist stuff.
# This needs to match the url you entered when registering your Vikunja instance at wunderlist.
# This is usually the frontend url where the frontend then makes a request to /migration/wunderlist/migrate
# This is usually the frontend url where the frontend then makes a request to /migration/wunderlist
# with the code obtained from the wunderlist api.
redirecturl:
{{< /highlight >}}