mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-06 01:36:45 +01:00
21 lines
445 B
TOML
21 lines
445 B
TOML
[metrics]
|
|
go_process = true
|
|
|
|
[api]
|
|
address = ":8080"
|
|
|
|
[chain]
|
|
graphql_endpoint = "https://rpc.celo.grassecon.net/graphql"
|
|
ws_endpoint = "wss://ws.celo.grassecon.net"
|
|
|
|
[indexer]
|
|
batch_size = 200
|
|
concurrency = 3
|
|
head_block_lag = 5
|
|
idle_worker_timeout = 1
|
|
initial_lower_bound = 17034445
|
|
queue_size = 1250
|
|
sweep_interval = 10
|
|
|
|
[postgres]
|
|
dsn = "postgres://postgres:postgres@localhost:5432/cic_chain_events" |