forked from base/blob-archiver
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.template
More file actions
24 lines (22 loc) · 778 Bytes
/
.env.template
File metadata and controls
24 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# To get started, copy this file to .env and set your beacon http endpoint
BLOB_ARCHIVER_L1_BEACON_HTTP=<unset>
BLOB_ARCHIVER_DATA_STORE=s3
BLOB_ARCHIVER_S3_ENDPOINT=172.17.0.1:9000
BLOB_ARCHIVER_S3_CREDENTIAL_TYPE=static
BLOB_ARCHIVER_S3_ACCESS_KEY=admin
BLOB_ARCHIVER_S3_SECRET_ACCESS_KEY=password
BLOB_ARCHIVER_S3_ENDPOINT_HTTPS=false
BLOB_ARCHIVER_S3_BUCKET=blobs
BLOB_ARCHIVER_METRICS_ENABLED=true
BLOB_ARCHIVER_METRICS_PORT=7300
BLOB_ARCHIVER_ORIGIN_BLOCK=0x0
BLOB_API_L1_BEACON_HTTP=<unset>
BLOB_API_DATA_STORE=s3
BLOB_API_S3_ENDPOINT=172.17.0.1:9000
BLOB_API_S3_CREDENTIAL_TYPE=static
BLOB_API_S3_ACCESS_KEY=admin
BLOB_API_S3_SECRET_ACCESS_KEY=password
BLOB_API_S3_ENDPOINT_HTTPS=false
BLOB_API_S3_BUCKET=blobs
BLOB_API_METRICS_ENABLED=true
BLOB_API_METRICS_PORT=7301