diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-13 15:22:19 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-13 15:22:19 +0100 |
| commit | 269dfdf533fa05f463566e865375e8f756b01dc3 (patch) | |
| tree | 8ce27d6580e437b34427bd2755ac6119d9f09f03 /ebin | |
| parent | 7d70c08ae98ee9db54df7c9cc24da77124ae0109 (diff) | |
| parent | d39b2bb892ac9b4f92e27c9aa1ccb11276ec35fa (diff) | |
| download | rabbitmq-server-git-269dfdf533fa05f463566e865375e8f756b01dc3.tar.gz | |
merge default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 087c62a979..7884228169 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -33,7 +33,7 @@ {default_user_tags, [administrator]}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, - {cluster_nodes, []}, + {cluster_nodes, {[], true}}, {server_properties, []}, {collect_statistics, none}, {collect_statistics_interval, 5000}, |
