diff --git a/config.js b/config.js index 0916af6..c6b2a34 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ module.exports = Object.seal({ - port: 8080, + 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,