diff options
author | turret <turret@duck.com> | 2023-09-15 21:29:12 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-09-15 21:29:12 -0500 |
commit | d46a05cde95ffb679d0637a5ca6bd8f8ad4f3581 (patch) | |
tree | 632304d092bcd36892980d665dae51b56afd58eb /.well-known/matrix | |
parent | ef2a00a33b1e2ba068c9c8b7a37c8ded5727b22f (diff) | |
download | www.turret.cyou-d46a05cde95ffb679d0637a5ca6bd8f8ad4f3581.tar.gz www.turret.cyou-d46a05cde95ffb679d0637a5ca6bd8f8ad4f3581.tar.bz2 www.turret.cyou-d46a05cde95ffb679d0637a5ca6bd8f8ad4f3581.zip |
add matrix well-known files
Diffstat (limited to '.well-known/matrix')
-rw-r--r-- | .well-known/matrix/client | 5 | ||||
-rw-r--r-- | .well-known/matrix/server | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..ab45b9a --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.turret.cyou/" + } +} diff --git a/.well-known/matrix/server b/.well-known/matrix/server new file mode 100644 index 0000000..63e0a37 --- /dev/null +++ b/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.turret.cyou:443" +} |