diff --git a/env.example b/env.example index db7a4f2..a2b2024 100644 --- a/env.example +++ b/env.example @@ -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 + # ====== 可选配置 ====== # --- 租户配置存储 ---