summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-26 13:40:35 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-26 13:40:35 +0000
commit8b22b74269c19286a6c2988f58c66696e3930f69 (patch)
treea577d07d5f42ca530233fe7d1e33589d235398b3 /ebin
parentd841573ed030ca47972ac7aa4ff74897cc4d1e3d (diff)
parent462f4544fd733e95086dc13bbac1d5b2fed88506 (diff)
downloadrabbitmq-server-git-8b22b74269c19286a6c2988f58c66696e3930f69.tar.gz
Merged in default
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 5ed872b685..d3e9d84b4b 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -13,7 +13,7 @@
%% we also depend on crypto, public_key and ssl but they shouldn't be
%% in here as we don't actually want to start it
{mod, {rabbit, []}},
- {env, [{tcp_listeners, [{"0.0.0.0", 5672}]},
+ {env, [{tcp_listeners, [5672]},
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},