summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox
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 /releases/virtualbox
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 'releases/virtualbox')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index 2aec8004..7df5f023 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -70,6 +70,9 @@
# 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