summaryrefslogtreecommitdiff
path: root/config.json.example
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 /config.json.example
parenteb46378fc5a95f991f39225c10c825f0a74e10fa (diff)
Remove unused LDAP option `tokenSecret`
hackmdio/hackmd#754 Signed-off-by: Felix Schäfer <felix@thegcat.net>
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 2f5c232a..8d1b6abd 100644
--- a/config.json.example
+++ b/config.json.example
@@ -74,7 +74,6 @@
"url": "ldap://change_this",
"bindDn": null,
"bindCredentials": null,
- "tokenSecret": "change this",
"searchBase": "change this",
"searchFilter": "change this",
"searchAttributes": ["change this"],