{
"database":{
"client": "mysql",
"connection":{
"host": "xxxx",
"database": "xxxx",
"user": "xxxx",
"port": "xxxx",
"password": "xxxx"
},
"migrations": {
"directory": "database/migrations",
"tableName": "migrations"
}