diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:20:30 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:20:30 +0200 |
commit | 8d512451610677ab668de596f4b13d0473b47cdc (patch) | |
tree | ced8b28bc1592995bde50083cfb4ce2781bb125f /start-wekan.bat | |
parent | a7071291468f1b3b99d13691b6c088f00069896f (diff) | |
parent | 55ad98ecc4e834a0bbdcb55453596a813e9bcc43 (diff) | |
download | wekan-8d512451610677ab668de596f4b13d0473b47cdc.tar.gz wekan-8d512451610677ab668de596f4b13d0473b47cdc.tar.bz2 wekan-8d512451610677ab668de596f4b13d0473b47cdc.zip |
Merge branch 'devel' into edge
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-x | start-wekan.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/start-wekan.bat b/start-wekan.bat index 7ccf0c0e..eebfa607 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -74,11 +74,6 @@ REM # OAuth2 Token Endpoint. Example: /oauth/token REM # example: OAUTH2_TOKEN_ENDPOINT=/oauth/token REM SET OAUTH2_TOKEN_ENDPOINT= -REM # OAUTH2 ID Token Whitelist Fields. -REM SET OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] -REM # OAUTH2 Request Permissions. -REM SET OAUTH2_REQUEST_PERMISSIONS=[openid email profile] - REM ------------------------------------------------------------ REM # LDAP_ENABLE : Enable or not the connection by the LDAP |