diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-16 11:06:01 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-16 11:06:01 +0100 |
| commit | d4b0fe9cb34c507625ae154d94e2a09ceeaeb854 (patch) | |
| tree | a851d13da3f9b8bd83ba74727644fb5657d18dfe /ebin | |
| parent | 4c49a03f2fde38e32a895fced9357569a11ce639 (diff) | |
| parent | 042d2778378568b4d4092d29f09fe473ae7ee18b (diff) | |
| download | rabbitmq-server-git-d4b0fe9cb34c507625ae154d94e2a09ceeaeb854.tar.gz | |
merge default into bug23047
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 48e19ff850..4be09c5a39 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -26,6 +26,7 @@ {queue_index_max_journal_entries, 262144}, {default_user, <<"guest">>}, {default_pass, <<"guest">>}, + {default_user_is_admin, true}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, {collect_statistics, none}]}]}. |
