fix(config): 更新服务名称和配置检测逻辑
Test start.ps1 (Windows) / test-windows (push) Has been cancelled

- 将 comfy-server 替换为 easyai-server 在环境配置文件中
- 修改 README.md 中的服务引用名称
- 添加 WS_GATEWAY_LOG_LEVEL 日志级别配置
- 实现 nginx 配置文件自动检测和选择功能
- 更新 https.sh 中的配置文件查找逻辑
This commit is contained in:
2026-04-04 23:01:43 +08:00
parent f33b0850fe
commit 6bb62904e0
6 changed files with 58 additions and 13 deletions
+3 -3
View File
@@ -21,13 +21,13 @@ ASG_REDIS_DB=8
# ---------- 服务端口 ----------
# HTTP API 端口
ASG_PORT=3003
# TCP 微服务端口(供 comfy-server 内部调用)
# TCP 微服务端口(供 easyai-server 内部调用)
ASG_TCP_PORT=4003
ASG_TCP_HOST=0.0.0.0
# ---------- 主服务连接 ----------
# Agent 调用时需要访问的 comfy-server 地址(容器内网地址)
ASG_MAIN_BACKEND_URL=http://comfy-server:3001
# Agent 调用时需要访问的 easyai-server 地址(容器内网地址)
ASG_MAIN_BACKEND_URL=http://easyai-server:3001
# 管理员账号(用于 Agent 登录获取 token
ASG_ADMIN_USERNAME=admin
ASG_ADMIN_PASSWORD=123456