matrix-sliding-sync: Communicate over loopback

This commit is contained in:
Erwin Boskma 2024-04-24 20:05:01 +02:00
parent 9eac47f684
commit 05eabe012b
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -8,7 +8,7 @@
environmentFile = config.sops.secrets.matrix-sliding-sync-env.path;
settings = {
SYNCV3_SERVER = "https://matrix.boskma.frl";
SYNCV3_SERVER = "http://127.0.0.1:8008";
SYNCV3_BINDADDR = "0.0.0.0:8009";
};
};