Update config/database.php

This commit is contained in:
DariusIII
2019-02-26 22:57:56 +01:00
parent 0bba942e9f
commit a622fb1894
+4 -3
View File
@@ -51,9 +51,10 @@ return [
'collation' => 'utf8_unicode_ci',
'strict' => false,
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'options' => [
\PDO::MYSQL_ATTR_LOCAL_INFILE => true,
],
'options' => array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
PDO::MYSQL_ATTR_LOCAL_INFILE => true,
]),
],
'pgsql' => [