mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Enable Wekan API by default, so that Export Board to JSON works.
This commit is contained in:
parent
6a23f73d94
commit
b2eeff9697
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,9 @@ services:
|
|||
environment:
|
||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||
- ROOT_URL=http://localhost
|
||||
- WITH_API=false
|
||||
# Wekan Export Board works when WITH_API='true'.
|
||||
# If you disable Wekan API with 'false', Export Board does not work.
|
||||
- WITH_API=true
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ DEFAULT_CADDY_BIND_PORT="3001"
|
|||
KEY_CADDY_BIND_PORT="caddy-bind-port"
|
||||
|
||||
DESCRIPTION_WITH_API="Enable/disable the api of wekan"
|
||||
DEFAULT_WITH_API="false"
|
||||
DEFAULT_WITH_API="true"
|
||||
KEY_WITH_API="with-api"
|
||||
|
||||
DESCRIPTION_MATOMO_ADDRESS="The address of the server where matomo is hosted"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue