fix config

This commit is contained in:
Hri7566 2021-04-13 14:30:31 -04:00
parent d6a28dc38a
commit fa5dc72998
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module.exports = Object.seal({
port: 4000,
port: 8443,
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: false,
ssl: true,
defaultRoomSettings: {
color: "#000000",
crownsolo: false,