Skip to content

Commit dbb294c

Browse files
committed
Rolled back DB settings to default
1 parent 13bae39 commit dbb294c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/database.php

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

5555
'mysql' => [
5656
'driver' => 'mysql',
57-
'host' => env('DB_HOST', '127.0.0.1'),
58-
'database' => env('DB_DATABASE', 'tel'),
59-
'username' => env('DB_USERNAME', 'root'),
57+
'host' => env('DB_HOST', 'localhost'),
58+
'database' => env('DB_DATABASE', 'forge'),
59+
'username' => env('DB_USERNAME', 'forge'),
6060
'password' => env('DB_PASSWORD', ''),
6161
'charset' => 'utf8',
6262
'collation' => 'utf8_unicode_ci',

0 commit comments

Comments
 (0)