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,10 +1,8 @@
{ {
"databaseConfig": { "host": "",
"host": "", "user": "",
"user": "", "pass": "",
"pass": "", "name": "",
"name": "", "port": 3306,
"port": 3306, "usePersistentConnection": true
"usePersistentConnection": true
}
} }