diff options
| author | Paul Jones <paulj@lshift.net> | 2009-08-28 15:40:18 +0100 |
|---|---|---|
| committer | Paul Jones <paulj@lshift.net> | 2009-08-28 15:40:18 +0100 |
| commit | 3e32eb614d61b2fbaa0301250c82280c71b6f4a7 (patch) | |
| tree | 502f58faaf5d681fb8287bd659791b0e174f4e45 /ebin | |
| parent | e7a42e3e545061309773f9ca172016181285275e (diff) | |
| parent | e0c502266bdb5f0e7d6de05cae0a731c76983bc0 (diff) | |
| download | rabbitmq-server-git-3e32eb614d61b2fbaa0301250c82280c71b6f4a7.tar.gz | |
Merged default into bug17880
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 0057ea0478..6fc6e464f4 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -15,6 +15,8 @@ %% actually want to start it {mod, {rabbit, []}}, {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, + {ssl_listeners, []}, + {ssl_options, []}, {extra_startup_steps, []}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, |
