Skip to content

Commit 7aef7ff

Browse files
Update database.php
1 parent 823e439 commit 7aef7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454

5555
'mysql' => [
56-
'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
56+
// 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
5757
'driver' => 'mysql',
5858
'host' => env('DB_HOST', 'localhost'),
5959
'database' => env('DB_DATABASE', 'forge'),

0 commit comments

Comments
 (0)