We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0f2e1 commit 4795bfaCopy full SHA for 4795bfa
1 file changed
install/stubs/files/config/database/connections/default.tpl
@@ -11,6 +11,6 @@ return [
11
'collation' => env('DB_COLLATION', '[+connection_collation+]'), //$database_collation
12
'prefix' => env('DB_PREFIX', '[+table_prefix+]'), //$table_prefix
13
'method' => env('DB_METHOD', '[+connection_method+]'), //$database_connection_method
14
- 'strict' => env('DB_STRICT', true),
+ 'strict' => env('DB_STRICT', false),
15
'engine' => env('DB_ENGINE'),
16
];
0 commit comments