mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
Enable API by default, so Export Board works.
This commit is contained in:
parent
74f493e6a6
commit
59fc1c2635
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue