feat: update matrix .well-known files

This commit is contained in:
2021-06-22 23:31:38 +01:00
parent 2763661a66
commit b9acea2d1b
2 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,16 @@
{
"m.homeserver": {
"base_url": "https://bah.ems.host"
"base_url": "https://matrix.bah.io"
},
"m.identity_server": {
"base_url": "https://vector.im"
"base_url": "https://matrix.bah.io"
},
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
},
"im.vector.riot.e2ee": {
"default": true
}
}

View File

@@ -1,3 +1,3 @@
{
"m.server": "bah.ems.host:443"
"m.server": "matrix.bah.io:8448"
}