add encryption configuration

This commit is contained in:
Taylor Otwell 2022-03-29 14:50:18 -05:00
parent 55db9d681a
commit f7b982ebdf
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
// 'encrypt' => env('DB_ENCRYPT', 'yes'),
// 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'true'),
],
],