summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-26 10:17:12 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-26 10:17:12 +0100
commit228887715982912539547f4af770589c05a50b54 (patch)
tree6a106cce68403c69ec66355952fef82c4d7cdf8d /ebin
parent7a58f836896da8ba06ae5376f08e4f45f81923bd (diff)
downloadrabbitmq-server-228887715982912539547f4af770589c05a50b54.tar.gz
remove references to cluster_config_file
Also, add cluster_nodes to the .app file.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 4be09c5a..39b0686c 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -29,4 +29,5 @@
{default_user_is_admin, true},
{default_vhost, <<"/">>},
{default_permissions, [<<".*">>, <<".*">>, <<".*">>]},
+ {cluster_nodes, []},
{collect_statistics, none}]}]}.