mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-26 08:46:46 +01:00
18 lines
437 B
TOML
18 lines
437 B
TOML
[metrics]
|
|
expose = true
|
|
|
|
[chain]
|
|
graphql_endpoint = "https://rpc.alfajores.celo.grassecon.net/graphql"
|
|
ws_endpoint = "wss://ws.alfajores.celo.grassecon.net"
|
|
|
|
[indexer]
|
|
batch_size = 500
|
|
concurrency = 10
|
|
head_block_lag = 5
|
|
idle_worker_timeout = 1
|
|
initial_lower_bound = 15491311
|
|
queue_size = 1250
|
|
sweep_interval = 5
|
|
|
|
[postgres]
|
|
dsn = "postgres://postgres:postgres@localhost:5432/cic_chain_events" |