Change prosody storage type

This commit is contained in:
Ivan R. 2023-11-19 23:37:19 +05:00
parent 8d3df3f6b1
commit d74b9a13e0
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -31,5 +31,10 @@
admins = [
"lumin@xmpp.comfycamp.space"
];
extraConfig = ''
storage = "sql"
sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "", host = "/run/postgresql" }
'';
};
}