mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
whatsapp fixes
This commit is contained in:
parent
62a10aad63
commit
80f1baecca
1 changed files with 5 additions and 2 deletions
|
@ -61,6 +61,9 @@ in
|
|||
server_name = "missing.ninja";
|
||||
registration_shared_secret = "";
|
||||
public_baseurl = baseUrl;
|
||||
app_service_config_files = [
|
||||
"/var/lib/mautrix-whatsapp/whatsapp-registration.yaml"
|
||||
];
|
||||
listeners = [
|
||||
{
|
||||
port = 8448;
|
||||
|
@ -84,8 +87,8 @@ in
|
|||
settings = {
|
||||
appservice = {
|
||||
database = {
|
||||
type = "postgres";
|
||||
uri = "postgresql:///mautrix_whatsapp?host=/run/postgresql";
|
||||
type = "sqlite3";
|
||||
uri = "/var/lib/mautrix-whatsapp/mautrix-whatsapp.db";
|
||||
};
|
||||
ephemeral_events = false;
|
||||
id = "whatsapp";
|
||||
|
|
Loading…
Reference in a new issue