Skip to content

Commit fe63f97

Browse files
committed
Bugfix
1 parent 6085fc0 commit fe63f97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/database.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454

5555
'mysql' => [
5656
'driver' => 'mysql',
57-
'host' => env('DB_HOST', '127.0.0.1'),
57+
'host' => env('DB_HOST', ''),
5858
'port' => env('DB_PORT', '3306'),
59-
'database' => env('DB_DATABASE', 'normal'),
60-
'username' => env('DB_USERNAME', 'normal'),
61-
'password' => env('DB_PASSWORD', 'asdasdasd'),
59+
'database' => env('DB_DATABASE', ''),
60+
'username' => env('DB_USERNAME', ''),
61+
'password' => env('DB_PASSWORD', ''),
6262
'charset' => 'utf8',
6363
'collation' => 'utf8_unicode_ci',
6464
'prefix' => '',

0 commit comments

Comments
 (0)