diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 13:40:35 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 13:40:35 +0000 |
| commit | 8b22b74269c19286a6c2988f58c66696e3930f69 (patch) | |
| tree | a577d07d5f42ca530233fe7d1e33589d235398b3 /ebin | |
| parent | d841573ed030ca47972ac7aa4ff74897cc4d1e3d (diff) | |
| parent | 462f4544fd733e95086dc13bbac1d5b2fed88506 (diff) | |
| download | rabbitmq-server-git-8b22b74269c19286a6c2988f58c66696e3930f69.tar.gz | |
Merged in 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 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}, |
