diff --git a/conf.d/02-storage.cfg.lua b/conf.d/02-storage.cfg.lua index 05cdb2d..8c2c5f9 100644 --- a/conf.d/02-storage.cfg.lua +++ b/conf.d/02-storage.cfg.lua @@ -14,7 +14,7 @@ archive_store = "archive2" -- Use the same data store as prosody-modules mod_mam storage = { -- this makes mod_mam use the sql storage backend - archive2 = os.getenv("STORAGE"); + archive = os.getenv("STORAGE"); } -- https://modules.prosody.im/mod_mam.html