forked from Hri7566/mpp-server-dev2
Merge branch 'master' of https://gitlab.com/Hri7566/mpp-server
This commit is contained in:
commit
e95fde26f2
|
@ -1,5 +1,5 @@
|
||||||
module.exports = Object.seal({
|
module.exports = Object.seal({
|
||||||
port: 8443,
|
port: 8080,
|
||||||
motd: "big th0nk",
|
motd: "big th0nk",
|
||||||
_id_PrivateKey: process.env.SALT,
|
_id_PrivateKey: process.env.SALT,
|
||||||
defaultUsername: "Anonymous",
|
defaultUsername: "Anonymous",
|
||||||
|
@ -10,7 +10,7 @@ module.exports = Object.seal({
|
||||||
// defaultLobbyColor2: "#801014",
|
// defaultLobbyColor2: "#801014",
|
||||||
defaultLobbyColor2: "#801014",
|
defaultLobbyColor2: "#801014",
|
||||||
adminpass: process.env.ADMINPASS,
|
adminpass: process.env.ADMINPASS,
|
||||||
ssl: true,
|
ssl: false,
|
||||||
defaultRoomSettings: {
|
defaultRoomSettings: {
|
||||||
color: "#000000",
|
color: "#000000",
|
||||||
crownsolo: false,
|
crownsolo: false,
|
||||||
|
|
Loading…
Reference in New Issue