summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix Schäfer2018-03-05 14:00:55 +0100
committerFelix Schäfer2018-03-05 14:06:05 +0100
commit6094c618717bd11793be9f7bd79b8708fac5870f (patch)
tree50d2aa251e381e14c838deefa7f0d84a5d606bc0 /README.md
parenteb46378fc5a95f991f39225c10c825f0a74e10fa (diff)
Remove unused LDAP option `tokenSecret`
hackmdio/hackmd#754 Signed-off-by: Felix Schäfer <felix@thegcat.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b91a1b6..e65eec3e 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,6 @@ There are some config settings you need to change in the files below.
| `HMD_LDAP_URL` | `ldap://example.com` | URL of LDAP server |
| `HMD_LDAP_BINDDN` | no example | bindDn for LDAP access |
| `HMD_LDAP_BINDCREDENTIALS` | no example | bindCredentials for LDAP access |
-| `HMD_LDAP_TOKENSECRET` | `supersecretkey` | secret used for generating access/refresh tokens |
| `HMD_LDAP_SEARCHBASE` | `o=users,dc=example,dc=com` | LDAP directory to begin search from |
| `HMD_LDAP_SEARCHFILTER` | `(uid={{username}})` | LDAP filter to search with |
| `HMD_LDAP_SEARCHATTRIBUTES` | `displayName, mail` | LDAP attributes to search with (use comma to separate) |