mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Remove unused LDAP option tokenSecret
hackmdio/hackmd#754 Signed-off-by: Felix Schäfer <felix@thegcat.net>
This commit is contained in:
parent
eb46378fc5
commit
6094c61871
4 changed files with 0 additions and 4 deletions
|
@ -79,7 +79,6 @@ module.exports = {
|
|||
url: process.env.HMD_LDAP_URL,
|
||||
bindDn: process.env.HMD_LDAP_BINDDN,
|
||||
bindCredentials: process.env.HMD_LDAP_BINDCREDENTIALS,
|
||||
tokenSecret: process.env.HMD_LDAP_TOKENSECRET,
|
||||
searchBase: process.env.HMD_LDAP_SEARCHBASE,
|
||||
searchFilter: process.env.HMD_LDAP_SEARCHFILTER,
|
||||
searchAttributes: toArrayConfig(process.env.HMD_LDAP_SEARCHATTRIBUTES),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue