Use root object for db config json

This commit is contained in:
Vortrex
2021-03-22 00:59:19 -05:00
parent 534ea7e0dc
commit 02aa4da258

View File

@@ -1,5 +1,4 @@
{ {
"databaseConfig": {
"host": "", "host": "",
"user": "", "user": "",
"pass": "", "pass": "",
@@ -7,4 +6,3 @@
"port": 3306, "port": 3306,
"usePersistentConnection": true "usePersistentConnection": true
} }
}