diff --git a/thelounge-config.js.template b/thelounge-config.js.template index e9d5967..cefc057 100644 --- a/thelounge-config.js.template +++ b/thelounge-config.js.template @@ -1,9 +1,9 @@ -"use strict"; -module.exports = { - public: true, +"use strict"; +module.exports = { + public: true, host: undefined, - port: 9000, - bind: undefined, + port: 9000, + bind: undefined, reverseProxy: false, maxHistory: 100000, https: { @@ -12,14 +12,13 @@ module.exports = { theme: "morning", prefetch: true, disableMediaPreview: false, - prefetchStorage: true, + prefetchStorage: false, prefetchMaxImageSize: 6144, prefetchMaxSearchSize: 50, prefetchTimeout: 10000, fileUpload: { enable: true, maxFileSize: 51200, - baseUrl: "http://%HS_NAME%/uploads/", }, transports: ["polling", "websocket"], leaveMessage: "https://chat.hackfreedom.org",