Skip to content

Commit

Permalink
Update config to reflect the possibility of changing the listening ad…
Browse files Browse the repository at this point in the history
…dress
  • Loading branch information
Romain GÉRARD committed Feb 5, 2019
1 parent eae99b7 commit a7bc0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -113,6 +113,7 @@ host: localhost:7199
ssl: False
user:
password:
listenAddress: 0.0.0.0
listenPort: 8080
blacklist:
# Unaccessible metrics (not enough privilege)
Expand Down
1 change: 1 addition & 0 deletions config.yml
Expand Up @@ -2,6 +2,7 @@ host: localhost:7199
ssl: False
user:
password:
listenAddress: 0.0.0.0
listenPort: 8080
blacklist:
# To profile the duration of jmx call you can start the program with the following options
Expand Down

0 comments on commit a7bc0d4

Please sign in to comment.