diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-10-29 14:11:59 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-10-29 14:11:59 +0100 |
| commit | 852a963bfb221c0713c6903ac62279e494a03d3f (patch) | |
| tree | ff95258562d4104f68a4006f790b37bbef4900b1 /ebin | |
| parent | ec70864530701d6feb6d72929c96c80aa938854a (diff) | |
| parent | 0ff22caa2dce097876fd863a2495c37e725a12f7 (diff) | |
| download | rabbitmq-server-git-852a963bfb221c0713c6903ac62279e494a03d3f.tar.gz | |
Merged bug23442 into default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 4be09c5a39..17d05a9919 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -29,4 +29,6 @@ {default_user_is_admin, true}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, + {cluster_nodes, []}, + {server_properties, []}, {collect_statistics, none}]}]}. |
