移除 tls

This commit is contained in:
iVampireSP.com 2022-09-09 12:01:14 +08:00
parent 1067756f60
commit c54e9ee981
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -97,7 +97,7 @@
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'scheme' => 'tls',
// 'scheme' => 'tls',
'prefix' => 'laecloud_database_',
],