mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +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";
|
server_name = "missing.ninja";
|
||||||
registration_shared_secret = "";
|
registration_shared_secret = "";
|
||||||
public_baseurl = baseUrl;
|
public_baseurl = baseUrl;
|
||||||
|
app_service_config_files = [
|
||||||
|
"/var/lib/mautrix-whatsapp/whatsapp-registration.yaml"
|
||||||
|
];
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8448;
|
port = 8448;
|
||||||
|
@ -84,8 +87,8 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
appservice = {
|
appservice = {
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "sqlite3";
|
||||||
uri = "postgresql:///mautrix_whatsapp?host=/run/postgresql";
|
uri = "/var/lib/mautrix-whatsapp/mautrix-whatsapp.db";
|
||||||
};
|
};
|
||||||
ephemeral_events = false;
|
ephemeral_events = false;
|
||||||
id = "whatsapp";
|
id = "whatsapp";
|
||||||
|
|
Loading…
Reference in a new issue