From 7e61a31f0f2323a4caa41864e3883dbb37bdbbf4 Mon Sep 17 00:00:00 2001 From: shaw Date: Wed, 16 Jul 2025 21:20:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20process.env.REDIS=5FENABLE=5FTLS=20?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=BC=95=E8=B5=B7=E7=9A=84=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.js b/config/config.example.js index bfcb5e74..ac7f5971 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -29,7 +29,7 @@ const config = { retryDelayOnFailover: 100, maxRetriesPerRequest: 3, lazyConnect: true, - enableTLS: process.env.REDIS_ENABLE_TLS || false, + enableTLS: process.env.REDIS_ENABLE_TLS === 'true', }, // 🎯 Claude API配置