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配置