Skip to content

Commit

Permalink
Merge pull request #384 from EscolaLMS/develop
Browse files Browse the repository at this point in the history
postgres ssl mode
  • Loading branch information
qunabu authored Dec 23, 2024
2 parents ee1cd96 + b76b54c commit 12ee9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
'sslmode' => isset($pgsql) ? $pgsql['sslmode'] : env('DB_SSL_MODE', 'prefer'),
],

'sqlsrv' => [
Expand Down

0 comments on commit 12ee9c8

Please sign in to comment.