Option for database port
This commit is contained in:
parent
01daf61cdd
commit
e17bb7f1ce
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue