feat: add .env.example for all

This commit is contained in:
Sun-ZhenXing
2025-09-24 22:24:11 +08:00
parent 70f39867cf
commit 0b74e7bbe8
29 changed files with 336 additions and 51 deletions

View File

@@ -0,0 +1,12 @@
# Component versions
MILVUS_VERSION=v2.6.2
ATTU_VERSION=v2.6.0
# Milvus configuration
MILVUS_PORT_OVERRIDE_HTTP=19530
MILVUS_PORT_OVERRIDE_WEBUI=9091
MILVUS_PORT_OVERRIDE_ETCD=2379
MILVUS_URL=milvus-standalone-embed:19530
# Attu (Management UI) configuration
ATTU_OVERRIDE_PORT=8000