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_', ],