Skip to content

Commit

Permalink
Merge pull request #1262 from younginnovations/aidstream-db-connectio…
Browse files Browse the repository at this point in the history
…n-update-new

Updated aidstream conneciton in database.php
  • Loading branch information
Sanilblank authored Jun 30, 2023
2 parents 12047fc + 7aa6114 commit 27df1e9
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 @@ -96,7 +96,7 @@
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'disable',
'sslmode' => env('DB_SSLMODE', 'prefer'),
'pool_size' => 20,
'options' => [
PDO::ATTR_PERSISTENT => true,
Expand Down

0 comments on commit 27df1e9

Please sign in to comment.