diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 7 |
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'. |
