Archived
1
0

add rabbitmq configs

This commit is contained in:
jeff 2015-08-28 09:12:06 -04:00
parent 1f4977edc2
commit c08fb8b2fd
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[
{rabbitmq_management, [
{listener, [{ip, "127.0.0.1"}
]},
{kernel, [
{inet_dist_use_interface,{127,0,0,1}}
]}
].

View File

@ -0,0 +1,5 @@
export RABBITMQ_NODENAME=rabbit@localhost
export RABBITMQ_NODE_IP_ADDRESS=127.0.0.1
export ERL_EPMD_ADDRESS=127.0.0.1
export RABBITMQ_CONFIG_FILE="/etc/rabbitmq/rabbit.config"