matrix-sliding-sync: Communicate over loopback
This commit is contained in:
parent
9eac47f684
commit
05eabe012b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue