mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 03:44:02 +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
|
@ -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