forked from Hri7566/mpp-server-dev2
fix config
This commit is contained in:
parent
245f628ad6
commit
7f3decef88
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue