forked from Hri7566/mpp-server-dev2
whoops
This commit is contained in:
parent
b067ce308a
commit
9a93531c3c
|
@ -13,6 +13,7 @@ module.exports = Object.seal({
|
||||||
defaultLobbyColor2: "#5900af",
|
defaultLobbyColor2: "#5900af",
|
||||||
adminpass: process.env.ADMINPASS,
|
adminpass: process.env.ADMINPASS,
|
||||||
ssl: process.env.SSL,
|
ssl: process.env.SSL,
|
||||||
|
serveFiles: true,
|
||||||
defaultRoomSettings: {
|
defaultRoomSettings: {
|
||||||
color: "#3b5054",
|
color: "#3b5054",
|
||||||
color2: "#001014",
|
color2: "#001014",
|
||||||
|
|
Loading…
Reference in New Issue