Skip to content

Commit 13bae39

Browse files
committed
Fixes #30 unix socket in config causes issues with install
1 parent 6b880dc commit 13bae39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
'host' => env('DB_HOST', '127.0.0.1'),
5858
'database' => env('DB_DATABASE', 'tel'),
5959
'username' => env('DB_USERNAME', 'root'),
60-
'unix_socket' => env('UNIX_SOCKET', '/Applications/XAMPP/xamppfiles/var/mysql/mysql.sock'),
6160
'password' => env('DB_PASSWORD', ''),
6261
'charset' => 'utf8',
6362
'collation' => 'utf8_unicode_ci',

0 commit comments

Comments
 (0)