Skip to content

Commit

Permalink
Merge pull request #9466 from martinkouba/patch-2
Browse files Browse the repository at this point in the history
Update database.php
  • Loading branch information
turbo124 committed Apr 19, 2024
2 parents e18665d + ffb24b5 commit 3f1079e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.php
Expand Up @@ -41,6 +41,7 @@
'username' => env('DB_USERNAME1', env('DB_USERNAME', 'forge')),
'password' => env('DB_PASSWORD1', env('DB_PASSWORD', '')),
'port' => env('DB_PORT1', env('DB_PORT', '3306')),
'unix_socket' => env('DB_SOCKET1', env('DB_SOCKET', '')),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
Expand Down

0 comments on commit 3f1079e

Please sign in to comment.