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