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": "",
"user": "",
"pass": "",
"name": "",
"port": 3306,
"usePersistentConnection": true
}
"host": "",
"user": "",
"pass": "",
"name": "",
"port": 3306,
"usePersistentConnection": true
}