finishing part 2

This commit is contained in:
korospace
2023-10-27 15:43:32 +07:00
parent 670f62328b
commit 0eff99c456
3 changed files with 13 additions and 2 deletions

View File

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