From 34eddd1259182fc05ab6a480666c71ab5fe81d12 Mon Sep 17 00:00:00 2001 From: wolfy01 <45273698+wolfy01@users.noreply.github.com> Date: Tue, 7 Apr 2020 02:19:03 -0400 Subject: [PATCH] Create config.json --- src/db/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/db/config.json 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" +}