From c84ab7fb246f1e5400f68e3faa158a5f927152d7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 17 Sep 2021 22:15:34 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.js b/conf/config.js index b19b235..bfabe19 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: true, + public: false, // ### `host` // @@ -140,7 +140,7 @@ module.exports = { // restarts. // // This value is set to `false` by default. - prefetchStorage: true, + prefetchStorage: false, // ### `prefetchMaxImageSize` // @@ -391,7 +391,7 @@ module.exports = { ldap: { // - `enable`: when set to `false`, LDAP support is disabled and all other // values are ignored. - enable: false, + enable: true, // - `url`: A url of the form `ldaps://:`. // For plain connections, use the `ldap` scheme.