-
Notifications
You must be signed in to change notification settings - Fork 2
/
env.example
executable file
·33 lines (33 loc) · 1.1 KB
/
env.example
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
# Required
SOURCE_RPC_URL=<source-rpc-url>
SIGNER_ACCOUNT_ADDRESS=<signer-account-address>
SIGNER_ACCOUNT_PRIVATE_KEY=<signer-account-private-key>
SLOT_ID=<slot-id>
SNAPSHOT_CONFIG_REPO=https://github.com/powerloom/snapshotter-configs
SNAPSHOT_CONFIG_REPO_BRANCH=<snapshot-config-repo-branch>
SNAPSHOTTER_COMPUTE_REPO=https://github.com/powerloom/snapshotter-computes
SNAPSHOTTER_COMPUTE_REPO_BRANCH=<snapshotter-compute-repo-branch>
DOCKER_NETWORK_NAME=<docker-network-name>
PROST_RPC_URL=<prost-rpc-url>
DATA_MARKET_CONTRACT=<data-market-contract>
NAMESPACE=<namespace>
POWERLOOM_CHAIN=<powerloom-chain>
SOURCE_CHAIN=<source-chain>
FULL_NAMESPACE=<full-namespace>
POWERLOOM_REPORTING_URL=https://nms-testnet-reporting.powerloom.io
PROST_CHAIN_ID=<prost-chain-id>
LOCAL_COLLECTOR_PORT=50051
CORE_API_PORT=8002
SUBNET_THIRD_OCTET=1
MAX_STREAM_POOL_SIZE=2
STREAM_POOL_HEALTH_CHECK_INTERVAL=30
DATA_MARKET_IN_REQUEST=true
# Optional
IPFS_URL=
IPFS_API_KEY=
IPFS_API_SECRET=
SLACK_REPORTING_URL=
WEB3_STORAGE_TOKEN=
DASHBOARD_ENABLED=
TELEGRAM_REPORTING_URL=https://tg-testing.powerloom.io/
TELEGRAM_CHAT_ID=<telegram-chat-id>