diff --git a/src/db/config.json b/src/db/config.json new file mode 100644 index 0000000..ce8db5c --- /dev/null +++ b/src/db/config.json @@ -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" +}