diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-02 17:43:42 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-02 17:43:42 +0100 |
| commit | df0e930c949a6bfdb1fc8d7d699970502c2ab304 (patch) | |
| tree | 4a1f7044b0b31a7fecc32a810ffce42e1ba6cf0f /ebin | |
| parent | 5e724a3f2a65f995553b05631a798732448d24fa (diff) | |
| parent | d60ccf9aa7813adb7675529967afeec3de0094bd (diff) | |
| download | rabbitmq-server-git-df0e930c949a6bfdb1fc8d7d699970502c2ab304.tar.gz | |
Merging bug 21387 onto default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 2cd28abb01..48e19ff850 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -27,4 +27,5 @@ {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_vhost, <<"/">>}, - {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}]}]}. + {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, + {collect_statistics, none}]}]}. |
