diff options
author | Rory& <root@rory.gay> | 2024-05-09 20:34:05 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-09 20:34:05 +0200 |
commit | f1ed052240ab4062d74bf176a5eb9a552dc1fc9a (patch) | |
tree | a13e3acf890fad985f3f00fb83b24c1c1219cf06 | |
parent | Clean up, update the correct well-known (diff) | |
download | Rory-Open-Architecture-f1ed052240ab4062d74bf176a5eb9a552dc1fc9a.tar.xz |
These are required by the module but dont seem to affect the proxy?
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index b95994b..c1109aa 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -14,6 +14,11 @@ in sliding-sync = { enable = true; + settings = { + "SYNCV3_SERVER" = "http://localhost:8008"; + "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3"; + "SYNCV3_BINDADDR" = "0.0.0.0:8100"; + }; environmentFile = "/etc/sliding-sync.env"; }; |