fix: 修复前后端启动问题,添加 BACKEND_PORT 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-22 01:34:34 +08:00
parent a869d884b7
commit d8da45bc97
12 changed files with 26 additions and 21 deletions

View File

@@ -76,6 +76,7 @@ ENABLE_GRAPH_TRACE=false
# -----------------------------------------------------------------------------
# 应用行为配置
# -----------------------------------------------------------------------------
BACKEND_PORT=8079
MEMORY_SUMMARIZE_INTERVAL=10
# -----------------------------------------------------------------------------