Files
tendermint/networks/local/localnode/config-template.toml
T
Anton Kaliaev 2bb2af19e4 localnet: expose 6060 (pprof) and 9090 (prometheus) on node0
This removes the need to do it yourself every time you want to debug a
issue or look at Prometheus graphs.
2020-12-17 15:59:18 +04:00

8 lines
128 B
TOML

[rpc]
laddr = "tcp://0.0.0.0:26657"
pprof-laddr = ":6060"
[instrumentation]
prometheus = true
prometheus-listen-addr = ":9090"