From 5df0b225470b4ca6e9f91495a994095b5a8bc4db Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 3 Feb 2021 12:13:12 -0600 Subject: [PATCH] Add database config --- config/database.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/database.json diff --git a/config/database.json b/config/database.json new file mode 100644 index 00000000..7d5b57a7 --- /dev/null +++ b/config/database.json @@ -0,0 +1,10 @@ +{ + "databaseConfig": { + "host": "", + "user": "", + "pass": "", + "name": "", + "port": 3306, + "usePersistentConnection": true + } +} \ No newline at end of file