diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:49:23 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:49:23 +0200 |
commit | 8986e5b6b1e86d6122adf3e40d347dd00c32e579 (patch) | |
tree | ff772ae41c979f38885bea6bece33dbe40332108 /static/.well-known/matrix/client | |
parent | ccf14158a4516b17a40630446094c010f9842220 (diff) | |
download | site-8986e5b6b1e86d6122adf3e40d347dd00c32e579.tar.gz site-8986e5b6b1e86d6122adf3e40d347dd00c32e579.zip |
move well-known
Diffstat (limited to 'static/.well-known/matrix/client')
-rw-r--r-- | static/.well-known/matrix/client | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..b509086 --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,15 @@ +{ + "m.homeserver": { + "base_url": "https://im.deuxfleurs.fr" + }, + "org.matrix.msc3575.proxy": { + "url": "https://im-syncv3.deuxfleurs.fr" + }, + "m.identity_server": { + "base_url": "https://vector.im" + }, + "im.vector.riot.jitsi": { + "preferredDomain": "jitsi.deuxfleurs.fr" + } +} + |