diff options
| author | Marek Majkowski <marek@rabbitmq.com> | 2011-01-20 15:49:16 +0000 |
|---|---|---|
| committer | Marek Majkowski <marek@rabbitmq.com> | 2011-01-20 15:49:16 +0000 |
| commit | c66e0cf5776ac89a4375c5bbc1df8cc9a52a8d4a (patch) | |
| tree | a948e066e33f10e78f2be9e7218b7341ceb4e74a /ebin | |
| parent | 1c7ea9f1875eb3cbefab5828932b6aa1b7caf255 (diff) | |
| parent | 4ac7ba12338146c3a6e396a1de681ec98d997e6e (diff) | |
| download | rabbitmq-server-git-c66e0cf5776ac89a4375c5bbc1df8cc9a52a8d4a.tar.gz | |
default merged into bug23154 (ipv6)
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 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}, |
