summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-11 16:46:12 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-11 16:46:12 +0200
commitfcac5d10334aa10b76799bc678356870ffacbb15 (patch)
tree47b0f55be86601b1876241c06e3db5c0e913750a /snap-src/bin/wekan-help
parentf69392566a4eb57cfb6c82514d75cbb32b40ccc7 (diff)
parent2d291c8f5ea747c0097879cb0d9fc5e4c317a301 (diff)
downloadwekan-fcac5d10334aa10b76799bc678356870ffacbb15.tar.gz
wekan-fcac5d10334aa10b76799bc678356870ffacbb15.tar.bz2
wekan-fcac5d10334aa10b76799bc678356870ffacbb15.zip
Merge branch 'edge' into meteor-1.8
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'"