mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Add option DEBUG=true for docker-compose.yml/Snap/Source.
Thanks to xet7 !
This commit is contained in:
parent
9edf95ec93
commit
8e02170dd1
6 changed files with 26 additions and 3 deletions
|
|
@ -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 ..\..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue