-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.sample
78 lines (73 loc) · 2.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# https://app.pinata.cloud/developers/api-keys
PINATA_API_JWT=
# https://app.pinata.cloud/developers/gateway-settings
PINATA_GATEWAY_TOKEN=
# https://dashboard.alchemy.com/apps
BASE_MAINNET_RPC_URL=
ETHEREUM_MAINNET_RPC_URL=
BASE_SEPOLIA_RPC_URL=
RPC_URL=
# https://thegraph.market/auth/substreams-devenv
SUBSTREAMS_API_TOKEN=
# https://envio.dev/app/api-tokens
HYPERSYNC_TOKEN=
# Default values
AWS_ACCESS_KEY_ID=example
AWS_SECRET_ACCESS_KEY=example
AWS_REGION=us-west-1
CLASSIFICATION_API_PORT=3000
AWS_ACCESS_KEY_ID=example
AWS_REGION=us-west-1
AWS_SECRET_ACCESS_KEY=example
CONSUMER_METRICS_API_PORT=3002
CONSUMER_TYPE=sqs
DATABASE_URL="postgres://testuser:test@database:5435/storage"
DECODED_LOGS_QUEUE_URL="http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/decoded_logs.fifo"
DEV_BASE_SCHEMA=base_mainnet_indexer
DEV_BASE_SEPOLIA_SCHEMA=base_sepolia_indexer
PROD_BASE_SCHEMA=base_mainnet_indexer
PROD_BASE_SEPOLIA_SCHEMA=base_sepolia_indexer
ENS_CONTRACT_ADDRESS=0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e
# # Default feature uses huggingface for classification
# FLAG_HF_CLASSIFICATION=true
# # Local feature that uses the `safe-content` API for classification.
# # This runs locally and is available in our docker compose setup.
FLAG_LOCAL_WITH_CLASSIFICATION=true
# # Local feature that uses the database only
# FLAG_LOCAL_WITH_DB_ONLY=true
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
HASURA_GRAPHQL_ENDPOINT=http://graphql-engine:8080
HF_TOKEN=optional
HYPERSYNC_TOKEN=your-token
IMAGE_GUARD_URL=http://api:3000
INDEXING_SOURCE=substreams
INTUITION_CONTRACT_ADDRESS=430BbF52503Bd4801E51182f4cB9f8F534225DE5
IPFS_GATEWAY_URL=http://ipfs:8080
IPFS_UPLOAD_QUEUE_URL=http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/ipfs_upload
IPFS_UPLOAD_URL=http://ipfs:5001
LOCALSTACK_URL=http://sqs:4566/
OUT_DIR=consumer
PG_DB=storage
PG_HOST=database
PG_MIN_CONNECTIONS=5
PG_PASSWORD=test
PG_PORT=5435
PG_USER=testuser
RAW_CONSUMER_QUEUE_URL="http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/raw_logs.fifo"
RESOLVER_QUEUE_URL="http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/resolver"
RUST_LOG=info
SUBSTREAMS_ENDPOINT=https://base-mainnet.streamingfast.io:443
SUBSTREAMS_MODULE=filtered_events
SUBSTREAMS_PACKAGE=https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
SUBSTREAMS_START_BLOCK=18528268
SUBSTREAMS_OUTPUT=postgres
HF_TOKEN=optional
BACKEND_SCHEMA=public
INDEXER_SCHEMA=base_indexer
PROXY_SCHEMA=base_proxy
PROXY_API_PORT=3008
RPC_URL_BASE=http://rpc-proxy:3008/8453/proxy
RPC_URL_MAINNET=http://rpc-proxy:3008/1/proxy
HISTOFLUX_CURSOR_ID=1
RAW_LOGS_CHANNEL="raw_logs_channel"
START_BLOCK=12947309