diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-09-18 15:51:09 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-09-18 15:51:09 +0100 |
| commit | 2d024373c6791988ba707d2b80c91786819be00b (patch) | |
| tree | faae41dd8ca19bb5cb371823d24d3c0cd713c3b8 /ebin | |
| parent | 20a051f19cb338823f488c02a7d07c51d4f75066 (diff) | |
| parent | 13c794e13636bc9cf4c91d6c44bd58ed3c9d0cac (diff) | |
| download | rabbitmq-server-git-2d024373c6791988ba707d2b80c91786819be00b.tar.gz | |
Merge bug24997
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}, |
