From a37651a044b2d9cdc954e071bdf15ff600504564 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 21 Aug 2020 11:24:11 +0200 Subject: [PATCH] Update config.js Delete obsolete entries --- conf/config.js | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/conf/config.js b/conf/config.js index ceb4664..0f5b1fb 100644 --- a/conf/config.js +++ b/conf/config.js @@ -97,16 +97,6 @@ module.exports = { // prefetchMaxImageSize: 2048, - // - // Display network - // - // If set to false network settings will not be shown in the login form. - // - // @type boolean - // @default true - // - displayNetwork: true, - // // Lock network // @@ -161,33 +151,6 @@ module.exports = { // messageStorage: ["sqlite"], - // - // Log settings - // - // Logging has to be enabled per user. If enabled, logs will be stored in - // the 'logs///' folder. - // - // @type object - // @default {} - // - logs: { - // - // Timestamp format - // - // @type string - // @default "YYYY-MM-DD HH:mm:ss" - // - format: "YYYY-MM-DD HH:mm:ss", - - // - // Timezone - // - // @type string - // @default "UTC+00:00" - // - timezone: "UTC+00:00", - }, - // // Maximum number of history lines per channel // @@ -266,7 +229,7 @@ module.exports = { // @type string // @default "thelounge%%" // - nick: "thelounge%%", + nick: "ynhuser|%%%%%", // // Username @@ -291,7 +254,7 @@ module.exports = { // @type string // @default "#thelounge" // - join: "#thelounge", + join: "#yunohost", }, //