Replicate some of the changes from the skeleton app
This commit is contained in:
parent
41fec3d61b
commit
53d8f4b77f
3 changed files with 6 additions and 1 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue