diff options
| author | Michael Klishin <michael@novemberain.com> | 2018-02-09 16:48:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-09 16:48:34 +0000 |
| commit | f6745afa857f10cd199a390902d15984c9bba7f7 (patch) | |
| tree | c98cf9802e7be2253429c03b92f0c8ea7f783ce1 /docs/rabbitmq.conf.example | |
| parent | a9a0a4646b261793f8f01e9ffd7436ec59840196 (diff) | |
| parent | 5b7615cb7ecfa93856391cdc747a9005b863d0d5 (diff) | |
| download | rabbitmq-server-git-f6745afa857f10cd199a390902d15984c9bba7f7.tar.gz | |
Merge pull request #1502 from almorelle/patch-3
Example file uses some incorrect key prefixes for cluster formation keys
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 1f956cb4c0..bc1a8b3c11 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -345,23 +345,23 @@ ## Relevant doc guide: http://rabbitmq.com//cluster-formation.html ## -# autocluster.peer_discovery_backend = rabbit_peer_discovery_classic_config +# cluster_formation.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 -# autocluster.classic_config.nodes.node4 = rabbit4@hostname +# cluster_formation.classic_config.nodes.1 = rabbit1@hostname +# cluster_formation.classic_config.nodes.2 = rabbit2@hostname +# cluster_formation.classic_config.nodes.3 = rabbit3@hostname +# cluster_formation.classic_config.nodes.4 = rabbit4@hostname ## DNS-based peer discovery. This backend will list A records ## of the configured hostname and perform reverse lookups for ## the addresses returned. -# autocluster.peer_discovery_backend = rabbit_peer_discovery_dns -# autocluster.dns.hostname = rabbitmq.discovery.mycompany.local +# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_dns +# cluster_formation.dns.hostname = discovery.eng.example.local ## This node's type can be configured. If you are not sure ## what node type to use, always use 'disc'. -# autocluster.node_type = disc +# cluster_formation.node_type = disc ## Interval (in milliseconds) at which we send keepalive messages ## to other cluster members. Note that this is not the same thing |
