Replicate some of the changes from the skeleton app

This commit is contained in:
Jonny Barnes 2019-03-17 14:16:01 +00:00
parent 41fec3d61b
commit 53d8f4b77f
3 changed files with 6 additions and 1 deletions

View file

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