This commit is contained in:
2026-08-31 18:01:34 +08:00
parent 3ea59551db
commit bee439cf34
46 changed files with 1884 additions and 1898 deletions
+6 -2
View File
@@ -4,9 +4,13 @@ HOST=0.0.0.0
# ================================
# 模块 API 对外端口
# ================================
# gemold(moldinsight)API 对外端口
# 前端 Nginx 对外端口
FRONTEND_PORT=80
# unified backend 对外端口
BACKEND_PORT=8000
# gemold(moldinsight)API 对外端口(独立部署时使用)
MOLDINSIGHT_PORT=8000
# inventory API 对外端口
# inventory API 对外端口(独立部署时使用)
INVENTORY_PORT=8001
# ================================