Create config.json

This commit is contained in:
wolfy01 2020-04-07 02:19:03 -04:00 committed by GitHub
parent 005cada113
commit 34eddd1259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
src/db/config.json Normal file
View File

@ -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"
}