mpp-server-dev2/config.js

28 lines
653 B
JavaScript

module.exports = Object.seal({
port: 8443,
motd: "big th0nk",
_id_PrivateKey: process.env.SALT,
// defaultLobbyColor: "#19b4b9",
// defaultLobbyColor2: "#801014",
defaultLobbyColor: "#76b0db",
defaultLobbyColor2: "#276491",
// defaultLobbyColor: "#9900ff",
// defaultLobbyColor2: "#5900af",
defaultUsername: "Anonymous",
adminpass: process.env.ADMINPASS,
ssl: process.env.SSL,
defaultRoomSettings: {
// color: "#3b5054",
// color2: "#001014",
color: "#480505",
crownsolo: false,
visible: true
},
hostDevFiles: false,
enableMPPCloneBot: true
});