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