mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2025-04-17 00:11:02 +02:00
8 lines
411 B
Bash
8 lines
411 B
Bash
EVENTS_CHAIN__GRAPHQL_ENDPOINT=https://celo.grassecon.net/graphql
|
|
EVENTS_CHAIN__WS_ENDPOINT=wss://ws.celo.grassecon.net
|
|
EVENTS_CHAIN__RPC_ENDPOINT=https://celo.grassecon.net
|
|
EVENTS_CHAIN__TESTNET=false
|
|
# uUdate below to the latest block (celoscan.io)
|
|
EVENTS_SYNCER__INITIAL_LOWER_BOUND=
|
|
EVENTS_POSTGRES__DSN=postgres://postgres:postgres@postgres:5432/cic_chain_events
|
|
EVENTS_JETSTREAM__ENDPOINT=nats://nats:4222 |