add config option

This commit is contained in:
Anton Kaliaev
2018-06-15 17:21:04 +04:00
parent c958b5319c
commit 1bdff076ad
4 changed files with 37 additions and 6 deletions

View File

@ -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 #####