forked from Hri7566/mpp-server-dev2
unga
This commit is contained in:
parent
e60e1fa6c2
commit
2065df30bc
|
@ -5,12 +5,12 @@ module.exports = Object.seal({
|
|||
defaultUsername: "Anonymous",
|
||||
// defaultRoomColor: "#3b5054",
|
||||
defaultRoomColor: "#480505",
|
||||
// defaultLobbyColor: "#19b4b9",
|
||||
defaultLobbyColor: "#19b4b9",
|
||||
// defaultLobbyColor: "#76b0db",
|
||||
// defaultLobbyColor2: "#801014",
|
||||
// defaultLobbyColor2: "#276491",
|
||||
defaultLobbyColor: "#9900ff",
|
||||
defaultLobbyColor2: "#5900af",
|
||||
defaultLobbyColor2: "#276491",
|
||||
// defaultLobbyColor: "#9900ff",
|
||||
// defaultLobbyColor2: "#5900af",
|
||||
adminpass: process.env.ADMINPASS,
|
||||
ssl: process.env.SSL,
|
||||
defaultRoomSettings: {
|
||||
|
|
Loading…
Reference in New Issue