summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
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 /start-wekan.sh
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 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index a7587e40..bd052588 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -88,6 +88,9 @@ function wekan_repo_check(){
# example: export OAUTH2_TOKEN_ENDPOINT=/oauth/token
#export OAUTH2_TOKEN_ENDPOINT=''
#---------------------------------------------
+ # Debug OIDC OAuth2 etc.
+ #export DEBUG=true
+ #---------------------------------------------
# LDAP_ENABLE : Enable or not the connection by the LDAP
# example : export LDAP_ENABLE=true
#export LDAP_ENABLE=false