summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-11 16:32:24 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-11 16:32:24 +0200
commit8e02170dd1d5a638ba47dcca910e6eecbfd03baf (patch)
tree0fcf17bcf2e723b03610372cbd85e082c5e7ae0d /snap-src/bin/wekan-help
parent9edf95ec93d640b4cfd37f41a157310ded79f197 (diff)
downloadwekan-8e02170dd1d5a638ba47dcca910e6eecbfd03baf.tar.gz
wekan-8e02170dd1d5a638ba47dcca910e6eecbfd03baf.tar.bz2
wekan-8e02170dd1d5a638ba47dcca910e6eecbfd03baf.zip
- Add option DEBUG=true for docker-compose.yml/Snap/Source.
Thanks to xet7 !
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help6
1 files changed, 6 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 9c7a67a2..eda05ff8 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -100,6 +100,12 @@ echo -e "\t$ snap set $SNAP_NAME OAUTH2_TOKEN_ENDPOINT='/oauth/token'"
echo -e "\t-Disable the OAuth2 Token Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_TOKEN_ENDPOINT=''"
echo -e "\n"
+echo -e "Debug OIDC OAuth2 etc."
+echo -e "To enable the Debug of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME DEBUG='true'"
+echo -e "\t-Disable the Debug of Wekan:"
+echo -e "\t$ snap set $SNAP_NAME DEBUG='false'"
+echo -e "\n"
echo -e "Ldap Enable."
echo -e "To enable the ldap of Wekan:"
echo -e "\t$ snap set $SNAP_NAME LDAP_ENABLE='true'"