forked from Hri7566/mpp-server-dev2
Create config.json
This commit is contained in:
parent
ba154a0b06
commit
4f8ab58266
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"port": "3000",
|
||||||
|
"motd": "You agree to read this message.",
|
||||||
|
"_id_PrivateKey": "boppity",
|
||||||
|
"defaultUsername": "Anonymous",
|
||||||
|
"defaultRoomColor": "#3b5054",
|
||||||
|
"defaultLobbyColor": "#19b4b9",
|
||||||
|
"defaultLobbyColor2": "#801014",
|
||||||
|
"adminpass": "adminpass"
|
||||||
|
}
|
Loading…
Reference in New Issue