summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-08-13 02:37:26 +1000
committerMichael Klishin <michael@clojurewerkz.org>2019-08-13 02:46:03 +1000
commit107bd08a1222d47bcf81891d832cb1fd039cb25b (patch)
tree09b113586c7d570d78dd3d3e9ea0dfb25980b44e
parent1aba6fa06b040ea888c37be123d003bcd3af15f0 (diff)
downloadrabbitmq-server-git-107bd08a1222d47bcf81891d832cb1fd039cb25b.tar.gz
Mention cluster_name in rabbitmq.conf.example
-rw-r--r--docs/rabbitmq.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 988fb62467..44ded7c737 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -200,6 +200,10 @@
# ssl_handshake_timeout = 5000
+## Cluster name
+##
+# cluster_name = dev3.eng.megacorp.local
+
## Password hashing implementation. Will only affect newly
## created users. To recalculate hash for an existing user
## it's necessary to update her password.
@@ -512,7 +516,7 @@
# net_ticktime = 60
## Inter-node communication port range.
-## The parameters inet_dist_listen_min and inet_dist_listen_max
+## The parameters inet_dist_listen_min and inet_dist_listen_max
## can be configured in the classic config format only.
## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range.