diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-04-13 12:37:41 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-04-13 12:44:13 +0200 |
commit | d1527470d38cfbd439c4da83c73ef68b02e9de9a (patch) | |
tree | 7d131bf5985251f7e82f050e0feb6c23227bab05 /systems/eldiron/websites/immae/matrix | |
parent | 90d0d66c5e4a0108b0a90f90d66a712b66527c27 (diff) | |
download | Nix-d1527470d38cfbd439c4da83c73ef68b02e9de9a.tar.gz Nix-d1527470d38cfbd439c4da83c73ef68b02e9de9a.tar.zst Nix-d1527470d38cfbd439c4da83c73ef68b02e9de9a.zip |
Use new synapse host
Diffstat (limited to 'systems/eldiron/websites/immae/matrix')
-rw-r--r-- | systems/eldiron/websites/immae/matrix/client | 4 | ||||
-rw-r--r-- | systems/eldiron/websites/immae/matrix/server | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/systems/eldiron/websites/immae/matrix/client b/systems/eldiron/websites/immae/matrix/client index 89136a0..8bb3d2f 100644 --- a/systems/eldiron/websites/immae/matrix/client +++ b/systems/eldiron/websites/immae/matrix/client | |||
@@ -1,11 +1,11 @@ | |||
1 | { | 1 | { |
2 | "m.homeserver": { | 2 | "m.homeserver": { |
3 | "base_url": "https://immae.ems.host" | 3 | "base_url": "https://synapse.immae.eu" |
4 | }, | 4 | }, |
5 | "m.identity_server": { | 5 | "m.identity_server": { |
6 | "base_url": "https://vector.im" | 6 | "base_url": "https://vector.im" |
7 | }, | 7 | }, |
8 | "org.matrix.msc3575.proxy": { | 8 | "org.matrix.msc3575.proxy": { |
9 | "url": "https://immae.ems.host" | 9 | "url": "https://synapse.immae.eu" |
10 | } | 10 | } |
11 | } | 11 | } |
diff --git a/systems/eldiron/websites/immae/matrix/server b/systems/eldiron/websites/immae/matrix/server index 449155a..8314aa1 100644 --- a/systems/eldiron/websites/immae/matrix/server +++ b/systems/eldiron/websites/immae/matrix/server | |||
@@ -1,3 +1,3 @@ | |||
1 | { | 1 | { |
2 | "m.server": "immae.ems.host:443" | 2 | "m.server": "synapse.immae.eu:443" |
3 | } | 3 | } |