From 7f3decef8863ba2fc71778423c12f8dc34692610 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Tue, 13 Apr 2021 14:30:31 -0400 Subject: [PATCH] fix config --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 2e55dd9..c6b2a34 100644 --- a/config.js +++ b/config.js @@ -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,