Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,20 @@ GRAPH_STORAGE=MemgraphStorage
# 其他支持: MongoDocStatusStorage, PGDocStatusStorage
DOC_STATUS_STORAGE=RedisDocStatusStorage

# --- 存储服务连接地址 ---
# ⚠️ 跨环境部署时必须配置(开发、测试、生产环境使用不同地址)
# Docker 内部地址(默认值,适用于 docker-compose 部署)
# 外部部署示例:redis://192.168.1.100:6379/0

# Redis/DragonflyDB 连接 URI
REDIS_URI=redis://dragonflydb:6379/0

# Qdrant 向量数据库连接 URL
QDRANT_URL=http://qdrant:6333

# Memgraph 图数据库连接 URI
MEMGRAPH_URI=bolt://memgraph:7687

# ====== 可选配置 ======

# --- 租户配置存储 ---
Expand Down