From f7b982ebdf7bd31eda9f05f901bd92ed32446156 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 29 Mar 2022 14:50:18 -0500 Subject: [PATCH] add encryption configuration --- config/database.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/database.php b/config/database.php index 2a42e193..40ac2479 100644 --- a/config/database.php +++ b/config/database.php @@ -89,6 +89,8 @@ 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, + // 'encrypt' => env('DB_ENCRYPT', 'yes'), + // 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'true'), ], ],