changeset 444:b2ebc4473c4c

mod_mam: Add note about storage config example
author Kim Alvefur <zash@zash.se>
date Tue, 25 Mar 2014 21:28:24 +0100
parents aed976928537
children 8a6190c56c8f
files mod_mam.wiki
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam.wiki	Tue Mar 25 11:33:15 2014 +0100
+++ b/mod_mam.wiki	Tue Mar 25 21:28:24 2014 +0100
@@ -22,6 +22,7 @@
 	-- ...
 }
 storage = {
+	-- This makes mod_mam use the sql2 storage backend (others will use internal)
 	archive2 = "sql2";
 }
 }}}