Skip to content

Commit 35e94f5

Browse files
CopilotBukeLy
andcommitted
更新 env.example 中 FILE_SERVICE_BASE_URL 的示例和说明
Co-authored-by: BukeLy <19304666+BukeLy@users.noreply.github.com>
1 parent 986ceb6 commit 35e94f5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

env.example

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ MINERU_API_BASE_URL=https://mineru.net
9898
MINERU_MODEL_VERSION=vlm
9999

100100
# --- 文件服务 URL(用于 MinerU 远程模式) ---
101-
# 本地测试:http://localhost:8000
102-
# 生产环境:https://download.myvibe.works
103-
FILE_SERVICE_BASE_URL=http://localhost:8000
101+
# ⚠️ 必须配置:此变量用于远程 MinerU API 访问本地文件
102+
# 本地测试:http://localhost:8000(仅本地开发有效)
103+
# Docker/生产环境:必须设置为服务器公网 IP 或域名,如 http://your-ip:8000
104+
# 示例:http://192.168.1.100:8000 或 https://download.myvibe.works
105+
FILE_SERVICE_BASE_URL=http://your-ip:8000
104106

105107
# --- 远程 MinerU 限流配置 ---
106108
# 根据您的 API 套餐调整

0 commit comments

Comments
 (0)