feat: add .env.example for all
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user