Skip to content

Commit

Permalink
chore: add host to cb toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 17, 2025
1 parent 15aa817 commit 82b0fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testnets/holesky/commit-boost/cb-bolt-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ env_file = "./bolt-sidecar.env"
# Configuration for how metrics should be collected and scraped
# OPTIONAL, skip metrics collection if missing
[metrics]
# Host for prometheus, grafana, and cadvisor
# OPTIONAL, DEFAULT: 127.0.0.1
host = "0.0.0.0"
# Path to a `prometheus.yml` file to use in Prometheus. If using a custom config file, be sure to add a
# file discovery section as follows:
# ```yml
Expand Down

0 comments on commit 82b0fb2

Please sign in to comment.