This commit is contained in:
Ludovic CANDELLIER
2020-06-22 00:26:45 +02:00
parent 23a79b0586
commit bd685d407a
11 changed files with 44 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ return [
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'strict' => false,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),