13 lines
200 B
TOML
13 lines
200 B
TOML
[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"
|
|
id = "celo-indexer-1"
|