You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## |
|
## rabbitmq-env.conf -- RabbitMQ server configuration |
|
## |
|
|
|
RABBITMQ_NODENAME="rabbitmq" |
|
RABBITMQ_NODE_IP_ADDRESS="127.0.0.1" |
|
RABBITMQ_NODE_PORT="5672" |
|
RABBITMQ_CTL_ERL_ARGS="" |
|
RABBITMQ_SERVER_ERL_ARGS="" |
|
RABBITMQ_SERVER_START_ARGS="" |
|
RABBITMQ_CLUSTER_CONFIG_FILE="" |
|
|
|
|