diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:10:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:10:36 +0100 |
commit | f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba (patch) | |
tree | ef1a29ea4ffc5f3fe733a3ae984a7f851e6ad749 /src/.well-known/matrix/client | |
parent | 74c6a06b4b664328e7a2d7e2de4474df28202429 (diff) | |
download | site-f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba.tar.gz site-f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba.zip |
Add association page and documents from 2020-01-13
Diffstat (limited to 'src/.well-known/matrix/client')
-rw-r--r-- | src/.well-known/matrix/client | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/.well-known/matrix/client b/src/.well-known/matrix/client new file mode 100644 index 0000000..d34a03a --- /dev/null +++ b/src/.well-known/matrix/client @@ -0,0 +1,9 @@ +{ + "m.homeserver": { + "base_url": "https://im.deuxfleurs.fr" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } +} + |