summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-25 18:10:36 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-25 18:10:36 +0200
commit7c1d6e4d2e6421432e456da7a9e7a833dc79e87d (patch)
treedd8fb9f4860d3c8ef2efadc65ac390707e39e704 /snap-src/bin/wekan-help
parentef85b71ee41e8a7a02e48363ff83bb05fd02a38e (diff)
downloadwekan-7c1d6e4d2e6421432e456da7a9e7a833dc79e87d.tar.gz
wekan-7c1d6e4d2e6421432e456da7a9e7a833dc79e87d.tar.bz2
wekan-7c1d6e4d2e6421432e456da7a9e7a833dc79e87d.zip
- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).
Thanks to xet7 ! Closes #2203
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help5
1 files changed, 5 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 48c24633..f9847063 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -40,6 +40,11 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
echo -e "\t-Disable the API:"
echo -e "\t$ snap set $SNAP_NAME with-api='false'"
echo -e "\n"
+echo -e "To enable the Email Notification Timeout of wekan in ms, default 30000 (=30s):"
+echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='10000'"
+echo -e "\t-Disable the Email Notification Timeout of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME email-notification-timeout='30000'"
+echo -e "\n"
echo -e "To enable the CORS of wekan, to set Access-Control-Allow-Origin header:"
echo -e "\t$ snap set $SNAP_NAME cors='*'"
echo -e "\t-Disable the CORS:"