This commit is contained in:
Luna 2021-07-14 19:48:29 -04:00
parent a6e15ca219
commit d757caf359
Signed by: luna
GPG key ID: 48ABA804580B9BA8
2 changed files with 21 additions and 0 deletions

18
.well-known/matrix/client Normal file
View file

@ -0,0 +1,18 @@
{
"m.homeserver": {
"base_url": "https://matrix.mint.lgbt"
}
,
"m.identity_server": {
"base_url": "https://matrix.mint.lgbt"
}
,
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
},
"im.vector.riot.e2ee": {
"default": true
}
}

View file

@ -0,0 +1,3 @@
{
"m.server": "matrix.mint.lgbt:8448"
}