diff options
Diffstat (limited to 'static/.well-known/matrix')
-rw-r--r-- | static/.well-known/matrix/client/index.json | 8 | ||||
-rw-r--r-- | static/.well-known/matrix/server/index.json | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/static/.well-known/matrix/client/index.json b/static/.well-known/matrix/client/index.json new file mode 100644 index 0000000..5ceab00 --- /dev/null +++ b/static/.well-known/matrix/client/index.json @@ -0,0 +1,8 @@ +{ + "m.homeserver": { + "base_url": "https://neonxp.ru:443" + }, + "org.matrix.msc3575.proxy": { + "url": "https://neonxp.ru:443" + } +}
\ No newline at end of file diff --git a/static/.well-known/matrix/server/index.json b/static/.well-known/matrix/server/index.json new file mode 100644 index 0000000..12664a2 --- /dev/null +++ b/static/.well-known/matrix/server/index.json @@ -0,0 +1,3 @@ +{ + "m.server": "https://neonxp.ru:443" +}
\ No newline at end of file |