cic-chain-events/config.toml

21 lines
445 B
TOML
Raw Normal View History

2023-01-05 12:45:09 +01:00
[metrics]
go_process = true
[api]
address = ":8080"
2023-01-05 12:45:09 +01:00
[chain]
graphql_endpoint = "https://rpc.celo.grassecon.net/graphql"
ws_endpoint = "wss://ws.celo.grassecon.net"
2023-01-05 12:45:09 +01:00
[indexer]
batch_size = 200
concurrency = 3
head_block_lag = 5
2023-01-05 12:45:09 +01:00
idle_worker_timeout = 1
initial_lower_bound = 17034445
2023-01-05 12:45:09 +01:00
queue_size = 1250
sweep_interval = 10
2023-01-05 12:45:09 +01:00
[postgres]
dsn = "postgres://postgres:postgres@localhost:5432/cic_chain_events"