diff options
author | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2011-01-27 13:49:27 +0000 |
---|---|---|
committer | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2011-01-27 13:49:27 +0000 |
commit | 2d286f26295a4a11141b572d3bb9183b9dc3db3e (patch) | |
tree | 626ae04e659009570f5c853cdfb5a653a774303d /ebin | |
parent | 37692ccb4afc9545807ff438ebae8d3d83602e40 (diff) | |
parent | ba418f0f7c06821af7ce7d3719f35895830c1acd (diff) | |
download | rabbitmq-server-2d286f26295a4a11141b572d3bb9183b9dc3db3e.tar.gz |
merging in from default
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index bb0fbcd3..cc7221d6 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -14,7 +14,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}, |