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
commit3f469ccfdb7b3386d365e7f16406f82da528fb50 (patch)
tree09cb587ee9ec3c178d900d1b2f1431f7f4b96abd /ebin
parent37223b15449631c87605676a42ba677a31bdcb52 (diff)
downloadrabbitmq-server-git-3f469ccfdb7b3386d365e7f16406f82da528fb50.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 3616fcbf6c..b599811267 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, <<"/">>},