add env variable for mysql ssl cert

This commit is contained in:
Taylor Otwell 2019-01-17 10:41:23 -06:00
parent 2d2c089a4a
commit 9180f646d3
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@
'prefix_indexes' => true, 'prefix_indexes' => true,
'strict' => true, 'strict' => true,
'engine' => null, 'engine' => null,
'options' => array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]),
], ],
'pgsql' => [ 'pgsql' => [