summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-11-13 19:59:29 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-11-13 19:59:29 +0300
commit36ff2bf650f42151418f9b4b5a6ad1635f4a883f (patch)
tree031eca6957b8d76c2b97cd2220f96e3e071ee174 /docs
parent77567c95c7d2a50acc9deaacb81fa793b6c1821f (diff)
downloadrabbitmq-server-git-36ff2bf650f42151418f9b4b5a6ad1635f4a883f.tar.gz
Update config examples
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 4aead110f0..33685191a3 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -307,6 +307,9 @@
## See http://www.rabbitmq.com/clustering.html#auto-config for
## further details.
##
+
+# autocluster.peer_discovery_backend = rabbit_peer_discovery_classic_config
+#
# autocluster.classic_config.nodes.node1 = rabbit1@hostname
# autocluster.classic_config.nodes.node2 = rabbit2@hostname
# autocluster.classic_config.nodes.node3 = rabbit3@hostname
@@ -315,7 +318,9 @@
## DNS-based peer discovery. This backend will list A records
## of the configured hostname and perform reverse lookups for
## the addresses returned.
-# autocluster.dns.hostname = "rabbitmq.discovery.mycompany.local"
+
+# autocluster.peer_discovery_backend = rabbit_peer_discovery_dns
+# autocluster.dns.hostname = rabbitmq.discovery.mycompany.local
## This node's type can be configured. If you are not sure
## what node type to use, always use 'disc'.