* upgrade to 0.10

This commit is contained in:
shaula 2018-01-13 23:31:10 +00:00
parent 678ba9c79c
commit 3e022f69eb
3 changed files with 7 additions and 4 deletions

View file

@ -4,6 +4,9 @@ sql = {
database = "prosody.sqlite";
}
-- make 0.10-distributed mod_mam use sql store
archive_store = "archive2" -- Use the same data store as prosody-modules mod_mam
storage = {
-- this makes mod_mam use the sql storage backend
archive2 = "sql";