Skip to content

Commit 107bd08

Browse files
Mention cluster_name in rabbitmq.conf.example
1 parent 1aba6fa commit 107bd08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/rabbitmq.conf.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
# ssl_handshake_timeout = 5000
201201

202202

203+
## Cluster name
204+
##
205+
# cluster_name = dev3.eng.megacorp.local
206+
203207
## Password hashing implementation. Will only affect newly
204208
## created users. To recalculate hash for an existing user
205209
## it's necessary to update her password.
@@ -512,7 +516,7 @@
512516
# net_ticktime = 60
513517

514518
## Inter-node communication port range.
515-
## The parameters inet_dist_listen_min and inet_dist_listen_max
519+
## The parameters inet_dist_listen_min and inet_dist_listen_max
516520
## can be configured in the classic config format only.
517521
## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range.
518522

0 commit comments

Comments
 (0)