Sha256: a7b7a64c0db062161d52d20a265bee405ceae52920d3964ac9b1b75aa1c650ac
Contents?: true
Size: 575 Bytes
Versions: 15
Compression:
Stored size: 575 Bytes
Contents
# Defaults to rabbit. This can be useful if you want to run more than one node # per machine - RABBITMQ_NODENAME should be unique per erlang-node-and-machine # combination. See the clustering on a single machine guide for details: # http://www.rabbitmq.com/clustering.html#single-machine NODENAME={{ mq_nodename }}@{{ groups['mq'][0]}} # By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6 if # available. Set this if you only want to bind to one network interface or# # address family. NODE_IP_ADDRESS={{ mq_ip }} # Defaults to 5672. NODE_PORT={{ mq_port }}
Version data entries
15 entries across 15 versions & 1 rubygems