This commit is contained in:
Hri7566 2021-04-13 17:36:52 -04:00
commit 164927ce49
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module.exports = Object.seal({ module.exports = Object.seal({
port: 8443, port: 8080,
motd: "big th0nk", motd: "big th0nk",
_id_PrivateKey: process.env.SALT, _id_PrivateKey: process.env.SALT,
defaultUsername: "Anonymous", defaultUsername: "Anonymous",
@ -10,7 +10,7 @@ module.exports = Object.seal({
// defaultLobbyColor2: "#801014", // defaultLobbyColor2: "#801014",
defaultLobbyColor2: "#801014", defaultLobbyColor2: "#801014",
adminpass: process.env.ADMINPASS, adminpass: process.env.ADMINPASS,
ssl: true, ssl: false,
defaultRoomSettings: { defaultRoomSettings: {
color: "#000000", color: "#000000",
crownsolo: false, crownsolo: false,