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,19 @@
# Component versions
ETCD_VERSION=v3.5.18
MINIO_VERSION=RELEASE.2024-12-18T13-15-44Z
MILVUS_VERSION=v2.6.2
ATTU_VERSION=v2.6.0
# MinIO configuration
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_PORT_OVERRIDE_API=9000
MINIO_PORT_OVERRIDE_WEBUI=9001
# Milvus configuration
MILVUS_PORT_OVERRIDE_HTTP=19530
MILVUS_PORT_OVERRIDE_WEBUI=9091
MILVUS_URL=milvus-standalone:19530
# Attu (Management UI) configuration
ATTU_PORT_OVERRIDE=8000