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 | bd2e39ece0804717e1d8afd81594690745f55871 (patch) | |
| tree | 626ae04e659009570f5c853cdfb5a653a774303d /ebin | |
| parent | b56cb08c1ef17676c2e946542e37d93418dc5110 (diff) | |
| parent | 4605a42a7f1371578bf089fd39735ad6d56d4e7f (diff) | |
| download | rabbitmq-server-git-bd2e39ece0804717e1d8afd81594690745f55871.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 bb0fbcd305..cc7221d63d 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}, |
