neo: Back to connecting sliding-sync on localhost
This commit is contained in:
parent
3638fc6f85
commit
f8fa1e3915
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
environmentFile = config.sops.secrets.matrix-sliding-sync-env.path;
|
environmentFile = config.sops.secrets.matrix-sliding-sync-env.path;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
SYNCV3_SERVER = "https://matrix.boskma.frl";
|
SYNCV3_SERVER = "http://127.0.0.1:8008";
|
||||||
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue