mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: process.env.REDIS_ENABLE_TLS 字符串引起的判断问题
This commit is contained in:
@@ -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配置
|
||||
|
||||
Reference in New Issue
Block a user