Skip to content

Commit

Permalink
add env variable for mysql ssl cert
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 17, 2019
1 parent 2d2c089 commit 9180f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.php
Expand Up @@ -54,6 +54,9 @@
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
'options' => array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]),
],

'pgsql' => [
Expand Down

0 comments on commit 9180f64

Please sign in to comment.