Archived
1
0

we don't need rabbitmq anymore

This commit is contained in:
jeff 2015-08-31 09:21:09 -04:00
parent 902650ac00
commit 5a8188e33d
2 changed files with 0 additions and 13 deletions

View File

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

View File

@ -1,5 +0,0 @@
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"