sunetdrive/templates/rabbitmq/rabbitmq.conf.erb

7 lines
372 B
Plaintext

loopback_users.guest = false
listeners.tcp.default = 5672
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
cluster_formation.classic_config.nodes.1 = rabbit@document-be1.<%= @domain %>
cluster_formation.classic_config.nodes.2 = rabbit@document-be2.<%= @domain %>
cluster_formation.classic_config.nodes.3 = rabbit@document-be3.<%= @domain %>