Commit 37ce8b50 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3778 from scrubmx/patch-3

[5.3] Add "sslmode" setting for PostgreSQL connection
parents 6f4c3336 8fc0df14
...@@ -76,6 +76,7 @@ return [ ...@@ -76,6 +76,7 @@ return [
'charset' => 'utf8', 'charset' => 'utf8',
'prefix' => '', 'prefix' => '',
'schema' => 'public', 'schema' => 'public',
'sslmode' => 'prefer',
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment