Skip to content

Commit

Permalink
update database file
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Oct 21, 2024
1 parent d496f32 commit a0dca94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
'timezone' => '+00:00'
'timezone' => '+00:00',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
],

'pgsql' => [
Expand Down

0 comments on commit a0dca94

Please sign in to comment.