Make sure ssl_cert_login has a default value

This commit is contained in:
Michael Klishin 2014-11-28 16:57:27 +03:00
parent 45826041aa
commit fe541380b5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
{mod, {rabbit_mqtt, []}},
{env, [{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{ssl_cert_login,false},
{allow_anonymous, true},
{vhost, <<"/">>},
{exchange, <<"amq.topic">>},