-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
21 lines (19 loc) · 864 Bytes
/
Copy pathexample.env
File metadata and controls
21 lines (19 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Object storage is disabled by default; only the stateless metadata validation
# endpoint is exposed. Set STORAGE_ENABLED=true (and start the "objectstore"
# compose profile) to enable the store-backed, ID-based endpoints.
STORAGE_ENABLED=false
# Application object-storage client. Works against any S3-compatible store
# (RustFS, MinIO, Ceph, AWS S3) via the endpoint below. For local development
# this points at the "objectstore" container (RustFS).
S3_ENDPOINT=objectstore:9000
S3_ACCESS_KEY=rustfsadmin
S3_SECRET_KEY=rustfsadmin
S3_BUCKET=ro-crates
S3_USE_SSL=false
# S3_REGION=us-east-1
# S3_CRATE_PREFIX=crates
# S3_RESULTS_PREFIX=validation-results
# Credentials for the local RustFS dev container (the "objectstore" compose
# profile, development only). These match the S3 credentials above.
RUSTFS_ACCESS_KEY=rustfsadmin
RUSTFS_SECRET_KEY=rustfsadmin