更新 WebUI 配置,移除 host 和 port 字段,改为从环境变量读取;更新配置模板版本至 7.2.5,并添加相关说明。

This commit is contained in:
墨梓柒
2025-12-20 12:35:15 +08:00
parent c6726005aa
commit a13f605977
4 changed files with 17 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
# 麦麦主程序配置
HOST=127.0.0.1
PORT=8000
PORT=8000
# WebUI 服务器配置
WEBUI_HOST=127.0.0.1
WEBUI_PORT=8001