diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-08 21:48:25 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-09-08 21:48:25 +0100 |
| commit | e657a8d7dd138389847bbd883501c74e2b0f932d (patch) | |
| tree | 3882ffc4b93603128c7fffdee9995e6d590da6b2 /ebin | |
| parent | bc6df57d4b683ebbb73f3866c086a1fd285770bd (diff) | |
| parent | 032ed33f066dc35ad3e0306165691c80120d41d3 (diff) | |
| download | rabbitmq-server-git-e657a8d7dd138389847bbd883501c74e2b0f932d.tar.gz | |
merge bug22983 into default (Extend permissions system to cover users / vhosts / permissions)
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}]}]}. |
