diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-01 21:21:14 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-01 21:21:14 +0300 |
commit | b2eeff96977592deaeb23a8171fc3b13f8c6c5dc (patch) | |
tree | 8f75dea4c77390bdc629f424d9849293fc8e4116 /snap-src | |
parent | 6a23f73d94ad6b4136e815c61b0bf132b8e476e1 (diff) | |
download | wekan-b2eeff96977592deaeb23a8171fc3b13f8c6c5dc.tar.gz wekan-b2eeff96977592deaeb23a8171fc3b13f8c6c5dc.tar.bz2 wekan-b2eeff96977592deaeb23a8171fc3b13f8c6c5dc.zip |
Enable Wekan API by default, so that Export Board to JSON works.
Diffstat (limited to 'snap-src')
-rwxr-xr-x | snap-src/bin/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config index 46fa2c3f..db2a0221 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -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" |