-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
54 lines (43 loc) · 1.07 KB
/
.env.example
File metadata and controls
54 lines (43 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Zeppelin Configuration
# Copy this to .env and fill in your values
# Config file path (default: ./zeppelin.toml if it exists)
# ZEPPELIN_CONFIG=./zeppelin.toml
# Storage backend (s3 | gcs | azure | local)
STORAGE_BACKEND=s3
# AWS S3 / MinIO / R2
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
S3_BUCKET=zeppelin
S3_ENDPOINT=
S3_ALLOW_HTTP=false
# GCS
GCS_SERVICE_ACCOUNT_PATH=
# Azure
AZURE_ACCOUNT=
AZURE_ACCESS_KEY=
# Test configuration
TEST_BACKEND=s3
TEST_S3_BUCKET=zeppelin-test
# Server
ZEPPELIN_HOST=0.0.0.0
ZEPPELIN_PORT=8080
# ZEPPELIN_REQUEST_TIMEOUT_SECS=30
# ZEPPELIN_MAX_CONCURRENT_QUERIES=64
# ZEPPELIN_MAX_BATCH_SIZE=10000
# ZEPPELIN_MAX_TOP_K=10000
# ZEPPELIN_SHUTDOWN_TIMEOUT_SECS=30
# ZEPPELIN_MAX_DIMENSIONS=65536
# ZEPPELIN_MAX_VECTOR_ID_LENGTH=1024
# ZEPPELIN_MAX_REQUEST_BODY_MB=50
# Cache
# ZEPPELIN_CACHE_DIR=/var/cache/zeppelin
# ZEPPELIN_CACHE_MAX_SIZE_GB=50
# Indexing
# ZEPPELIN_DEFAULT_NUM_CENTROIDS=256
# ZEPPELIN_DEFAULT_NPROBE=16
# Compaction
# ZEPPELIN_COMPACTION_INTERVAL_SECS=30
# Logging
RUST_LOG=info
# ZEPPELIN_LOG_FORMAT=json