Option for database port

This commit is contained in:
Sam Bell 2018-03-04 17:12:19 +00:00
parent 01daf61cdd
commit e17bb7f1ce
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ return [
'database' => env('DB_DATABASE'),
'username' => env('DB_USERNAME'),
'password' => env('DB_PASSWORD'),
'port' => env('DB_PORT'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => env('DB_PREFIX'),