We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e72463d + fd42e10 commit be90d3fCopy full SHA for be90d3f
config/database.php
@@ -54,7 +54,7 @@
54
55
'mysql' => [
56
'driver' => 'mysql',
57
- 'host' => env('DB_HOST', 'localhost'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
58
'port' => env('DB_PORT', '3306'),
59
'database' => env('DB_DATABASE', 'forge'),
60
'username' => env('DB_USERNAME', 'forge'),
@@ -68,7 +68,7 @@
68
69
'pgsql' => [
70
'driver' => 'pgsql',
71
72
'port' => env('DB_PORT', '5432'),
73
74
0 commit comments