mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 09:54:19 +00:00
This removes the need to do it yourself every time you want to debug a issue or look at Prometheus graphs.
8 lines
128 B
TOML
8 lines
128 B
TOML
[rpc]
|
|
laddr = "tcp://0.0.0.0:26657"
|
|
pprof-laddr = ":6060"
|
|
|
|
[instrumentation]
|
|
prometheus = true
|
|
prometheus-listen-addr = ":9090"
|