mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-06-15 17:40:27 +00:00
initial commit
This commit is contained in:
commit
16e9418632
12 changed files with 402 additions and 0 deletions
conf.d
13
conf.d/02-storage.cfg.lua
Normal file
13
conf.d/02-storage.cfg.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
default_storage = "sql"
|
||||
sql = {
|
||||
driver = "SQLite3";
|
||||
database = "prosody.sqlite";
|
||||
}
|
||||
|
||||
storage = {
|
||||
-- this makes mod_mam use the sql storage backend
|
||||
archive2 = "sql";
|
||||
}
|
||||
|
||||
-- https://modules.prosody.im/mod_mam.html
|
||||
archive_expires_after = "1y"
|
Loading…
Add table
Add a link
Reference in a new issue