'connections' => [
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'xxxxxx'),
'port' => env('DB_PORT', 'xxxxx'),
'database' => env('DB_DATABASE', 'homeaflo_homeaflow'),
'username' => env('DB_USERNAME', 'xxxxxx'),
'password' => env('DB_PASSWORD', 'xxxxxxx'),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => true,
'engine' => null,
],
]