mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
add config option
This commit is contained in:
@ -107,6 +107,10 @@ prof_laddr = "{{ .BaseConfig.ProfListenAddress }}"
|
||||
# so the app can decide if we should keep the connection or not
|
||||
filter_peers = {{ .BaseConfig.FilterPeers }}
|
||||
|
||||
# When true, metrics are served under /metrics using a Prometheus client
|
||||
# Check out the documentation for the list of available metrics.
|
||||
monitoring = {{ .BaseConfig.Monitoring }}
|
||||
|
||||
##### advanced configuration options #####
|
||||
|
||||
##### rpc server configuration options #####
|
||||
|
Reference in New Issue
Block a user