-
Notifications
You must be signed in to change notification settings - Fork 14
/
.env.sample
58 lines (42 loc) · 1.3 KB
/
.env.sample
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
55
56
57
58
## Hosts
HOLO_INDEXER_HOST=
HOLO_OPERATOR_HOST=
## Operator secret
OPERATOR_API_KEY=AAaaaaaaaaaaaaaa
## Holograph
HOLOGRAPH_ADDRESS=0x0000000000000000000000000000000000000000
HOLOGRAPH_VERSION=V2
## AWS Credentials
AWS_ACCESS_KEY_ID=na
AWS_SECRET_ACCESS_KEY=na
AWS_REGION=us-east-1
## SQS
SQS_ENDPOINT=http://127.0.0.1:4566
SQS_QUEUE_URL=http://127.0.0.1:4566/000000000000/local-indexer-processor
## block processing version: V1, V2
## default V2
BLOCK_PROCESSING_VERSION=V2
##
## Build time Env vars: Used to set flags automatically
##
# Feature toggle: Controls how much logging is shown
ENABLE_DEBUG
## Feature toggle: Use blocking indexing process
ENABLE_SYNC
## Feature toggle: Toggle on the --replay flag
ENABLE_REPLAY
## Feature toggle: Toggle the --process-block-range flag
ENABLE_PROCESS_BLOCK_RANGE
## Feature toggle: Toggle on the --unsafe flag
ENABLE_UNSAFE
## Feature toggle: Sets --update-block-height to this value
UPDATE_BLOCK_HEIGHT
## Feature toggle: Sets the environment: local, experimental, develop, testnet, mainnet
HOLOGRAPH_ENVIRONMENT
## Feature toggle: Sets --networks value
NETWORK
## Feature toggle: Seets the --mode flag
MODE
## Feature toggle: This will require HOLO_OPERATOR_HOST to be best.
## Feature toggle: Make a healthcheck request to HOLO_OPERATOR_HOST before booting
HEALTHCHECK