summaryrefslogtreecommitdiffstats
path: root/snap-src/bin
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-01 22:04:33 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-01 22:04:33 +0300
commitda6c2b5503f08deba63421606ae7c09bc8f95763 (patch)
treec84353f19bec59dcbeb8473e971af849a1608b2a /snap-src/bin
parent57d43f916f92c06e563b92579cc91c59432cd1dd (diff)
downloadwekan-da6c2b5503f08deba63421606ae7c09bc8f95763.tar.gz
wekan-da6c2b5503f08deba63421606ae7c09bc8f95763.tar.bz2
wekan-da6c2b5503f08deba63421606ae7c09bc8f95763.zip
Add Matomo options.
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-xsnap-src/bin/config6
1 files changed, 4 insertions, 2 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index db2a0221..9aa2841e 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -53,15 +53,17 @@ DEFAULT_WITH_API="true"
KEY_WITH_API="with-api"
DESCRIPTION_MATOMO_ADDRESS="The address of the server where matomo is hosted"
+DEFAULT_MATOMO_ADDRESS=""
KEY_MATOMO_ADDRESS="matomo-address"
DESCRIPTION_MATOMO_SITE_ID="The value of the site ID given in matomo server for wekan"
+DEFAULT_MATOMO_SITE_ID=""
KEY_MATOMO_SITE_ID="matomo-site-id"
DESCRIPTION_MATOMO_DO_NOT_TRACK="The option do not track which enables users to not be tracked by matomo"
-DEFAULT_CADDY_BIND_PORT="false"
+DEFAULT_MATOMO_DO_NOT_TRACK="false"
KEY_MATOMO_DO_NOT_TRACK="matomo-do-not-track"
DESCRIPTION_MATOMO_WITH_USERNAME="The option that allows matomo to retrieve the username"
-DEFAULT_CADDY_BIND_PORT="false"
+DEFAULT_MATOMO_WITH_USERNAME="false"
KEY_MATOMO_WITH_USERNAME="matomo-with-username"