bvm-prosody: use SQLite3
This commit is contained in:
parent
ee7538f666
commit
8d1ae0fce1
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@
|
|||
ssl.key = "/var/lib/acme/xmpp.lukegb.com/privkey.pem";
|
||||
|
||||
extraConfig = ''
|
||||
storage = "sql"
|
||||
sql = {
|
||||
driver = "SQLite3";
|
||||
database = "prosody.db";
|
||||
}
|
||||
|
||||
archive_expires_after = "never" -- keep messages forever
|
||||
|
||||
proxy65_address = "xmpp.lukegb.com"
|
||||
|
|
Loading…
Reference in a new issue