diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-03-17 07:03:55 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-03-17 07:03:55 +0000 |
| commit | 73671f1baf4a3561e1998398df024ab57da34587 (patch) | |
| tree | 132b30fc92dfac208115bca48497b9d93b8326a1 /ebin | |
| parent | af094bde07bc22885d86195d22e78d3c9e334423 (diff) | |
| parent | 20b3190e58168699efa8e644fd6fae68bd6e1abd (diff) | |
| download | rabbitmq-server-git-73671f1baf4a3561e1998398df024ab57da34587.tar.gz | |
merge default into bug25589
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 29f06e7920..7360208aad 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -34,6 +34,7 @@ {default_user_tags, [administrator]}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, + {loopback_users, [<<"guest">>]}, {cluster_nodes, {[], disc}}, {server_properties, []}, {collect_statistics, none}, |
