Browse Source

Merge pull request #3778 from scrubmx/patch-3

[5.3] Add "sslmode" setting for PostgreSQL connection
Taylor Otwell 9 years ago
parent
commit
37ce8b50ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/database.php

+ 1 - 0
config/database.php

@@ -76,6 +76,7 @@ return [
             'charset' => 'utf8',
             'prefix' => '',
             'schema' => 'public',
+            'sslmode' => 'prefer',
         ],
 
     ],