diff options
| author | David Wragg <david@rabbitmq.com> | 2010-12-02 12:32:21 +0000 |
|---|---|---|
| committer | David Wragg <david@rabbitmq.com> | 2010-12-02 12:32:21 +0000 |
| commit | 49ce527be88c18a549d9c8a5be0aca6befc3ca30 (patch) | |
| tree | 38daec44925af2d487ea64303af19edb68d223b9 /ebin | |
| parent | 4c3b5cdd2dfc88287855b90e67a3778ed1208eed (diff) | |
| parent | b46009dcd98f61d156712d2b2178ed19a98c0a33 (diff) | |
| download | rabbitmq-server-git-49ce527be88c18a549d9c8a5be0aca6befc3ca30.tar.gz | |
Merge from 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}]}]}. |
