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