summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@users.noreply.github.com>2019-08-12 17:59:23 +0100
committerGitHub <noreply@github.com>2019-08-12 17:59:23 +0100
commit2845f4eeedbbf17394e29e9eef9f6b52481cf79a (patch)
treef81879271ca73462dcba9c01a5e5fefc96a16647 /docs
parentf47a339b8e528eaaa8b84e5be146a92ee687b99f (diff)
parent107bd08a1222d47bcf81891d832cb1fd039cb25b (diff)
downloadrabbitmq-server-git-2845f4eeedbbf17394e29e9eef9f6b52481cf79a.tar.gz
Merge pull request #2075 from rabbitmq/configure-cluster-name
Make it possible to pre-configure cluster name via config
Diffstat (limited to 'docs')
-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.