前端修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 18s

This commit is contained in:
2026-04-16 03:21:38 +08:00
parent a5b8820d13
commit 626bae54ff
22 changed files with 2968 additions and 138 deletions

View File

@@ -56,6 +56,10 @@ DB_URI=postgresql://postgres:mysecretpassword@115.190.121.151:5432/langgraph_db?
# Docker Compose 内部网络,使用服务名 'backend'
API_URL=http://backend:8083/chat
# ⭐ 前端通信地址Docker 内部网络)
# 注意:这里只需要域名和端口,不需要 /chat 路径
- API_URL=http://backend:8083
# -----------------------------------------------------------------------------
# 应用行为配置
# -----------------------------------------------------------------------------