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
+1 -1
View File
@@ -7,7 +7,7 @@
# ---------- 主服务连接(用于 Embedding 与对话压缩)----------
# 主服务 API 地址(容器内网地址)
MEMORY_AI_BASE_URL=http://comfy-server:3001
MEMORY_AI_BASE_URL=http://easyai-server:3001
MEMORY_AI_API_KEY=
# 默认模型配置接口路径已内置为 /content/llm/default-models,无需额外环境变量