Skip to content

Commit

Permalink
Allow .PEM insertion for MySQL connections #3582 from crixle/master
Browse files Browse the repository at this point in the history
Allow .PEM insertion for MySQL connections
  • Loading branch information
freescout-helpdesk authored Dec 6, 2023
2 parents e0f1067 + 06c7e70 commit 7dfd170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('DB_MYSQL_ATTR_SSL_CA'),
PDO::MYSQL_ATTR_SSL_CERT => env('DB_MYSQL_ATTR_SSL_CERT'),
]) : [],
],

Expand Down

0 comments on commit 7dfd170

Please sign in to comment.