Skip to content

Commit

Permalink
Merge pull request #4783 from laravel/laurencei-patch-1
Browse files Browse the repository at this point in the history
[5.7] Update database config
  • Loading branch information
taylorotwell authored Oct 2, 2018
2 parents 877e2d7 + 15dac2a commit 6735b84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
],
Expand All @@ -63,6 +64,7 @@
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
],
Expand All @@ -76,6 +78,7 @@
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
],

],
Expand Down

0 comments on commit 6735b84

Please sign in to comment.