Skip to content

Commit

Permalink
Update rabbitmq.conf.example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 29, 2016
1 parent 1089be3 commit 704a2b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/rabbitmq.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,13 @@
##

# QA: Maybe use IP type like in tcp_listener?
# management.listeners.port = 12345
# management.listeners.ip = 127.0.0.1
# management.listeners.ssl = true
# management.listener.port = 12345
# management.listener.ip = 127.0.0.1
# management.listener.ssl = true

# management.listeners.ssl_opts.cacertfile = /path/to/cacert.pem
# management.listeners.ssl_opts.certfile = /path/to/cert.pem
# management.listeners.ssl_opts.keyfile = /path/to/key.pem
# management.listener.ssl_opts.cacertfile = /path/to/cacert.pem
# management.listener.ssl_opts.certfile = /path/to/cert.pem
# management.listener.ssl_opts.keyfile = /path/to/key.pem

## One of 'basic', 'detailed' or 'none'. See
## http://www.rabbitmq.com/management.html#fine-stats for more details.
Expand Down

0 comments on commit 704a2b5

Please sign in to comment.