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

@@ -1,14 +1,14 @@
# Qdrant Version
QDRANT_VERSION="v1.15.4"
QDRANT_VERSION=v1.15.4
# Qdrant API Key
# Qdrant API Key (optional, leave empty to disable authentication)
QDRANT_API_KEY=
# Use RBAC
QDRANT_JWT_RBAC=true
# Use RBAC (set to false for simple setup)
QDRANT_JWT_RBAC=false
# HTTP Port
QDRANT_HTTP_PORT=
QDRANT_HTTP_PORT=6333
# gRPC Port
QDRANT_GRPC_PORT=
QDRANT_GRPC_PORT=6334