diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-14 13:00:51 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-14 13:00:51 +0100 |
| commit | de5b2bdf88e37a6c40b1459c73d488776cbdae3c (patch) | |
| tree | c4039eb4c9bebfc994c4cfd4ee2091eb5fc48177 /ebin | |
| parent | 5946b4feb0080b4a53b4b1e9bf3b9795a1592012 (diff) | |
| parent | fc08a0cd40a85b109af5d515694590694ee63c39 (diff) | |
| download | rabbitmq-server-git-de5b2bdf88e37a6c40b1459c73d488776cbdae3c.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}, |
