feat: 重构项目心跳数据结构并实现相关功能
- 重构Redis心跳数据结构,使用统一的项目列表键 - 新增数据迁移工具和API端点 - 更新前端以使用真实项目数据 - 添加系统部署配置和文档 - 修复代码格式和样式问题
This commit is contained in:
@@ -8,10 +8,6 @@ REDIS_PASSWORD= # Redis password (leave empty if not set)
|
||||
REDIS_DB=0 # Redis database number (default: 0)
|
||||
REDIS_CONNECT_TIMEOUT_MS=2000 # Connection timeout in ms (default: 2000)
|
||||
|
||||
# Application
|
||||
# Optional: port for backend server. Current default in code is 3001 but you can override it here.
|
||||
PORT=3001
|
||||
|
||||
# Command control (HTTP)
|
||||
# Timeout for calling target project APIs (ms)
|
||||
COMMAND_API_TIMEOUT_MS=5000
|
||||
|
||||
Reference in New Issue
Block a user