diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-02 18:16:11 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-02 18:16:11 +0100 |
| commit | 5cad73bd60c0847800350d61db4f6ed295209682 (patch) | |
| tree | f49cfe99982bf98604b7230df6aa7fc1a7d665cd /ebin | |
| parent | 6189008045055d86b08ec2d290d1ef30c734c27a (diff) | |
| parent | df0e930c949a6bfdb1fc8d7d699970502c2ab304 (diff) | |
| download | rabbitmq-server-git-5cad73bd60c0847800350d61db4f6ed295209682.tar.gz | |
Another debitrot but a smaller one. Did it again due to several largish branches landing on default today and less expected in the near future
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}]}]}. |
