Skip to content

Commit 11b00be

Browse files
committed
feat: env template for backfill
1 parent d907247 commit 11b00be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

backfill/.env.template

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CERT_PATH=./global-bundle.pem
2+
SYNC_BASE_URL=https://api.chainweb.com/chainweb/0.0
3+
4+
CHAIN_ID=0
5+
NETWORK=mainnet01
6+
SYNC_MIN_HEIGHT=5370495
7+
SYNC_FETCH_INTERVAL_IN_BLOCKS=100
8+
SYNC_ATTEMPTS_MAX_RETRY=5
9+
SYNC_ATTEMPTS_INTERVAL_IN_MS=500
10+
11+
DB_USERNAME=postgres
12+
DB_PASSWORD=password
13+
DB_NAME=indexer
14+
DB_HOST=localhost
15+
DB_PORT=5432

0 commit comments

Comments
 (0)