eth-indexer/config.toml

17 lines
260 B
TOML
Raw Normal View History

2024-06-10 09:36:26 +02:00
[metrics]
go_process = true
[api]
2024-06-10 09:45:43 +02:00
address = ":5002"
2024-06-10 09:36:26 +02:00
[postgres]
2024-10-31 08:46:03 +01:00
dsn = "postgres://postgres:postgres@127.0.0.1:5433/chain_data"
2024-06-10 09:36:26 +02:00
[jetstream]
endpoint = "nats://127.0.0.1:4222"
2024-10-31 08:46:03 +01:00
id = "eth-indexer-1"
2024-09-17 16:02:39 +02:00
[chain]
rpc_endpoint = "http://localhost:8545"
chainid = 1337