From 0ab9231f851754286a2dfeaa0a658bb6f96a8d23 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Tue, 13 Apr 2021 17:37:11 -0400 Subject: [PATCH] config --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,