Enable API by default, so Export Board works.

This commit is contained in:
Lauri Ojansivu 2018-08-01 21:25:08 +03:00
parent 74f493e6a6
commit 59fc1c2635
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
# v0.18 2018-08-01
* Enable API by default, so that Export Board works.
Thanks to GitHub user xet7 for contributions.
# v0.17 2018-05-19
* Use MongoDB 3.2.20

View file

@ -114,6 +114,12 @@ services:
#---------------------------------------------------------------
- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
- MAIL_FROM='Example Wekan Support <support@example.com>'
#---------------------------------------------------------------
# == WEKAN API ==
# Wekan Export Board works when WITH_API='true'.
# If you disable Wekan API, Export Board does not work.
- WITH_API='true'
#---------------------------------------------------------------
depends_on:
- wekandb