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
+2
View File
@@ -89,6 +89,8 @@ CONFIG_PROXY_URL=
# 连接 GPT 等外部服务时设置
LOG_LEVEL=log,error,warn,debug
# WS 网关专用日志级别(默认生产不输出 debug)
WS_GATEWAY_LOG_LEVEL=log,error,warn
DOZZLE_PORT=8080
WATCHTOWER_PORT=8089