We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6085fc0 commit fe63f97Copy full SHA for fe63f97
1 file changed
config/database.php
@@ -54,11 +54,11 @@
54
55
'mysql' => [
56
'driver' => 'mysql',
57
- 'host' => env('DB_HOST', '127.0.0.1'),
+ 'host' => env('DB_HOST', ''),
58
'port' => env('DB_PORT', '3306'),
59
- 'database' => env('DB_DATABASE', 'normal'),
60
- 'username' => env('DB_USERNAME', 'normal'),
61
- 'password' => env('DB_PASSWORD', 'asdasdasd'),
+ 'database' => env('DB_DATABASE', ''),
+ 'username' => env('DB_USERNAME', ''),
+ 'password' => env('DB_PASSWORD', ''),
62
'charset' => 'utf8',
63
'collation' => 'utf8_unicode_ci',
64
'prefix' => '',
0 commit comments