Skip to content

Commit 0c4f0f0

Browse files
authored
Merge pull request laravel#4179 from bshaffer/add-socket-to-database-config
Adds unix_socket to config/database.php for consistency
2 parents fe5146f + a812983 commit 0c4f0f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'database' => env('DB_DATABASE', 'forge'),
4747
'username' => env('DB_USERNAME', 'forge'),
4848
'password' => env('DB_PASSWORD', ''),
49+
'unix_socket' => env('DB_SOCKET', ''),
4950
'charset' => 'utf8mb4',
5051
'collation' => 'utf8mb4_unicode_ci',
5152
'prefix' => '',

0 commit comments

Comments
 (0)