diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-26 10:17:12 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-26 10:17:12 +0100 |
| commit | fe60b50f385f3516a3872a681206f517cae595a2 (patch) | |
| tree | 6a106cce68403c69ec66355952fef82c4d7cdf8d /ebin | |
| parent | d7354c96df639f127b020f8a43f87adad212fe5d (diff) | |
| download | rabbitmq-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.in | 1 |
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}]}]}. |
