eth-indexer/config.toml

12 lines
178 B
TOML
Raw Normal View History

2024-04-23 13:33:05 +02:00
[metrics]
go_process = true
[api]
address = ":5001"
[postgres]
dsn = "postgres://postgres:postgres@127.0.0.1:5432/ge_celo_data"
[jetstream]
endpoint = "nats://127.0.0.1:4222"