diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-07-09 17:57:31 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-07-09 17:57:31 +0200 |
commit | 57a421133a011d99d4fbfc5342686a68a890f573 (patch) | |
tree | 04a6a021e2f93649e278e0bfcd2384eeb5d74cff /modules/private/websites/immae/matrix/client | |
parent | 2256f2e2ac90edb0fc5dd8de96f4e7bf2aa14d65 (diff) | |
download | Nix-57a421133a011d99d4fbfc5342686a68a890f573.tar.gz Nix-57a421133a011d99d4fbfc5342686a68a890f573.tar.zst Nix-57a421133a011d99d4fbfc5342686a68a890f573.zip |
Add matrix configuration
Diffstat (limited to 'modules/private/websites/immae/matrix/client')
-rw-r--r-- | modules/private/websites/immae/matrix/client | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/private/websites/immae/matrix/client b/modules/private/websites/immae/matrix/client new file mode 100644 index 0000000..2769de5 --- /dev/null +++ b/modules/private/websites/immae/matrix/client | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "m.homeserver": { | ||
3 | "base_url": "https://immae.ems.host" | ||
4 | }, | ||
5 | "m.identity_server": { | ||
6 | "base_url": "https://vector.im" | ||
7 | } | ||
8 | } | ||