- Add option DEBUG=true for docker-compose.yml/Snap/Source.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-02-11 16:32:24 +02:00
parent 9edf95ec93
commit 8e02170dd1
6 changed files with 26 additions and 3 deletions

View file

@ -69,6 +69,11 @@ REM SET OAUTH2_TOKEN_ENDPOINT=
REM ------------------------------------------------------------
REM # Debug OIDC OAuth2 etc.
REM SET DEBUG=true
REM ------------------------------------------------------------
REM # LDAP_ENABLE : Enable or not the connection by the LDAP
REM # example : LDAP_ENABLE=true
REM SET LDAP_ENABLE=false
@ -245,4 +250,4 @@ REM SET LOGOUT_ON_MINUTES=
cd .build\bundle
node main.js
cd ..\..
cd ..\..