forked from Hri7566/mpp-server-dev2
Update config.js
This commit is contained in:
parent
f6e52ccda0
commit
cb75504365
|
@ -1,12 +1,12 @@
|
|||
module.exports = Object.seal({
|
||||
"port": "8080",
|
||||
"port": "3000",
|
||||
"motd": "You agree to read this message.",
|
||||
"_id_PrivateKey": "boppity",
|
||||
"defaultUsername": "Anonymous",
|
||||
"defaultRoomColor": "#3b5054",
|
||||
"defaultLobbyColor": "#19b4b9",
|
||||
"defaultLobbyColor2": "#801014",
|
||||
"adminpass": "adminpass_h4gKJCX2",
|
||||
"adminpass": "adminpass",
|
||||
"quotas":{
|
||||
"chat":{
|
||||
"amount": 4,
|
||||
|
|
Loading…
Reference in New Issue