diff options
| author | Tim Watson <tim@rabbitmq.com> | 2012-09-24 12:17:23 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2012-09-24 12:17:23 +0100 |
| commit | b8d5a0ca8a62dcd14062821faedf2ec3a0cec216 (patch) | |
| tree | 7da5192ebb2d876a93b858aae75667a082ad71a4 /ebin | |
| parent | 61f0808ed9470cad6146c694e8431b5f19825360 (diff) | |
| parent | 70de5d805e9165a80c570d0edab52b203189a5a6 (diff) | |
| download | rabbitmq-server-git-b8d5a0ca8a62dcd14062821faedf2ec3a0cec216.tar.gz | |
merge default into bug25148
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}, |
