From 02aa4da2587d5825b9ef7742eef18f194d6c1f9a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:59:19 -0500 Subject: [PATCH] Use root object for db config json --- config/database.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/config/database.json b/config/database.json index 7d5b57a7..bee556f7 100644 --- a/config/database.json +++ b/config/database.json @@ -1,10 +1,8 @@ { - "databaseConfig": { - "host": "", - "user": "", - "pass": "", - "name": "", - "port": 3306, - "usePersistentConnection": true - } + "host": "", + "user": "", + "pass": "", + "name": "", + "port": 3306, + "usePersistentConnection": true } \ No newline at end of file