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