-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
38 lines (31 loc) · 797 Bytes
/
.env.example
File metadata and controls
38 lines (31 loc) · 797 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Dataverse Uploader Configuration
# Copy this file to .env and fill in your values
# Required: Server configuration
DV_SERVER_URL=https://dataverse.example.org
DV_API_KEY=your-api-key-here
DV_DATASET_PID=doi:10.5072/FK2/ABCDEF
# Optional: Upload behavior
DV_VERIFY_CHECKSUMS=false
DV_RECURSE_DIRECTORIES=false
DV_DIRECT_UPLOAD=true
DV_SINGLE_FILE_MODE=false
# Optional: Limits
DV_MAX_FILES=
DV_SKIP_FILES=0
DV_MAX_RETRIES=3
DV_TIMEOUT_SECONDS=1200
DV_MAX_WAIT_LOCK_SECONDS=60
# Optional: Performance
DV_HTTP_CONCURRENCY=4
DV_MULTIPART_CHUNK_SIZE=5242880
# Optional: File handling
DV_FIXITY_ALGORITHM=MD5
DV_FIX_INVALID_NAMES=true
DV_NO_INGEST=false
# Optional: Behavior flags
DV_LIST_ONLY=false
DV_FORCE_NEW=false
DV_TRUST_ALL_CERTS=false
# Optional: Logging
DV_LOG_FILE=
DV_VERBOSE=false