From 0ff71c6de63065fbddbae81d996e36e894258b5e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 09:49:12 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index 406a9d2..4ff0317 100644 --- a/conf/config.js +++ b/conf/config.js @@ -16,7 +16,7 @@ module.exports = { // channels and scrollbacks are available when they come back. // // This value is set to `false` by default. - public: false, + public: true, // ### `host` // @@ -391,7 +391,7 @@ module.exports = { ldap: { // - `enable`: when set to `false`, LDAP support is disabled and all other // values are ignored. - enable: true, + enable: false, // - `url`: A url of the form `ldaps://:`. // For plain connections, use the `ldap` scheme.