From c54e9ee9814eeed5f72c1b621a59ed44790b9c03 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 9 Sep 2022 12:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20tls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 4ee5d39..30153c9 100644 --- a/config/database.php +++ b/config/database.php @@ -97,7 +97,7 @@ 'options' => [ 'cluster' => env('REDIS_CLUSTER', 'redis'), - 'scheme' => 'tls', + // 'scheme' => 'tls', 'prefix' => 'laecloud_database_', ],