summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorEssien Ita Essien <essiene@gmail.com>2008-12-26 13:13:25 +0100
committerEssien Ita Essien <essiene@gmail.com>2008-12-26 13:13:25 +0100
commit8efbbc562da10f38759d0c382432b79e5699fea8 (patch)
treeaa68112a80a2b091d55bf992679bd8c0cb2e04ed /ebin
parenta077f8415e7be19bf290e7e87da100e247b6abab (diff)
downloadrabbitmq-server-git-8efbbc562da10f38759d0c382432b79e5699fea8.tar.gz
Change the way that ssl_listeners option is specified.
I have added an empty list of ssl_listners into the application environment by default, which will now need to be overriden by config options, perfarably in /etc/default/rabbitmq Also, make ssl app to be started ONLY when there are valid ssl listeners configured
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit.app1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit.app b/ebin/rabbit.app
index c667d04847..c542c8aaa0 100644
--- a/ebin/rabbit.app
+++ b/ebin/rabbit.app
@@ -51,6 +51,7 @@
{applications, [kernel, stdlib, sasl, mnesia, os_mon]},
{mod, {rabbit, []}},
{env, [{tcp_listeners, [{"0.0.0.0", 5672}]},
+ {ssl_listeners, []},
{extra_startup_steps, []},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},