Skip to content

Commit

Permalink
change database config
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin1501 committed May 31, 2021
1 parent cb54102 commit 3a7a1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'database' => env('DB_DATABASE', 'grade_sender'),
'username' => env('DB_USERNAME', 'root'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
Expand Down

0 comments on commit 3a7a1d8

Please sign in to comment.