neo: Configure sliding sync server to use external matrix server address
This commit is contained in:
parent
8b01934c79
commit
67325f6bd3
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 = "http://127.0.0.1:8008";
|
SYNCV3_SERVER = "https://matrix.boskma.frl";
|
||||||
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue