add encryption configuration
This commit is contained in:
parent
55db9d681a
commit
f7b982ebdf
|
@ -89,6 +89,8 @@
|
|||
'charset' => 'utf8',
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
// 'encrypt' => env('DB_ENCRYPT', 'yes'),
|
||||
// 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'true'),
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue