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
commitfe60b50f385f3516a3872a681206f517cae595a2 (patch)
tree6a106cce68403c69ec66355952fef82c4d7cdf8d /ebin
parentd7354c96df639f127b020f8a43f87adad212fe5d (diff)
downloadrabbitmq-server-git-fe60b50f385f3516a3872a681206f517cae595a2.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 4be09c5a39..39b0686c4f 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}]}]}.