diff options
author | Minteck <contact@minteck.org> | 2021-12-05 16:38:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-05 16:38:49 +0100 |
commit | 879a6237b186768356f99caf992f0d25d5ec8612 (patch) | |
tree | 733aacd4845e918b484d8f46951d925f05f91b4c /.well-known/matrix | |
parent | 4bad8bcfb984cf017495b8fd31f174c32cebe805 (diff) | |
download | core-879a6237b186768356f99caf992f0d25d5ec8612.tar.gz core-879a6237b186768356f99caf992f0d25d5ec8612.tar.bz2 core-879a6237b186768356f99caf992f0d25d5ec8612.zip |
Commit
Diffstat (limited to '.well-known/matrix')
-rw-r--r-- | .well-known/matrix/client | 5 | ||||
-rw-r--r-- | .well-known/matrix/server | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..3aa606c --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,5 @@ +{
+ "m.homeserver": {
+ "base_url": "https://matrix.familine.minteck.org"
+ }
+}
\ No newline at end of file diff --git a/.well-known/matrix/server b/.well-known/matrix/server new file mode 100644 index 0000000..e8f06ec --- /dev/null +++ b/.well-known/matrix/server @@ -0,0 +1 @@ +{"m.server":"matrix.familine.minteck.org:443"}
\ No newline at end of file |