summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-12-26 21:30:15 +0000
committerMatthew Sackman <matthew@lshift.net>2009-12-26 21:30:15 +0000
commit9c09e25e47f6bb674581bdd1c9621b9f24f742a7 (patch)
tree09cb587ee9ec3c178d900d1b2f1431f7f4b96abd /ebin
parent1880374b8c1ff57643c194f691fc8db9d2d6286b (diff)
downloadrabbitmq-server-9c09e25e47f6bb674581bdd1c9621b9f24f742a7.tar.gz
Put the default index module (ets) in the .app template, and assume the env var exists
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 3616fcbf..b5998112 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -18,6 +18,7 @@
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
+ {rabbit_msg_store_index_module, rabbit_msg_store_ets_index},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{default_vhost, <<"/">>},