This website requires JavaScript.
Explore
Help
Sign In
YueHuihui
/
RAGflow
Watch
1
Star
0
Fork
You've already forked RAGflow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
59d5ca5c95
RAGflow
/
web
/
.env
3 lines
52 B
Bash
Raw
Normal View
History
Unescape
Escape
refactor: 知识库查看界面,使关联图片根据环境变量动态加载 - 在 .env 文件中添加 MINIO_VISIT_HOST 和 MINIO_PORT 环境变量 - 在 .umirc.ts 中定义环境变量,使其可注入前端代码 - 修改 ChunkImage 组件,使用环境变量构建图片 URL - 添加环境变量检查,确保正确读取
2025-06-08 00:19:10 +08:00
PORT
=
9222
MINIO_VISIT_HOST
=
localhost
MINIO_PORT
=
9000