Skip to content

Instantly share code, notes, and snippets.

@gschanuel
Created July 8, 2019 19:15
Show Gist options
  • Save gschanuel/ecae613bb5450d614e7cfd55e6dcdad0 to your computer and use it in GitHub Desktop.
Save gschanuel/ecae613bb5450d614e7cfd55e6dcdad0 to your computer and use it in GitHub Desktop.
"use strict";
module.exports = {
public: false,
host: undefined,
port: 9000,
bind: undefined,
reverseProxy: false,
maxHistory: 10000,
https: {
enable: false,
key: "",
certificate: "",
ca: "",
},
theme: "default",
prefetch: false,
prefetchStorage: false,
prefetchMaxImageSize: 2048,
fileUpload: {
enable: false,
maxFileSize: 10240,
},
transports: ["polling", "websocket"],
leaveMessage: "The Lounge - https://thelounge.chat",
defaults: {
name: "ZNC",
host: "localhost",
port: 1025,
password:"***",
tls: false,
rejectUnauthorized: true,
nick: "gschanuel",
username: "thelounge",
realname: "The Lounge User",
},
displayNetwork: true,
lockNetwork: false,
messageStorage: ["sqlite", "text"],
useHexIp: false,
webirc: null,
identd: {
enable: false,
port: 113,
},
oidentd: null,
ldap: {
enable: false,
url: "ldaps://example.com",
tlsOptions: {},
primaryKey: "uid",
searchDN: {
rootDN: "cn=thelounge,ou=system-users,dc=example,dc=com",
rootPassword: "1234",
filter: "(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)",
base: "dc=example,dc=com",
scope: "sub",
},
},
debug: {
ircFramework: false,
raw: false,
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment