teutat3s
72efeba00f
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-well-known.md#configuring-service-discovery-via-well-known
25 lines
587 B
Plaintext
25 lines
587 B
Plaintext
{
|
|
"im.vector.riot.e2ee": {
|
|
"default": true
|
|
},
|
|
"io.element.e2ee": {
|
|
"default": true,
|
|
"secure_backup_required": false,
|
|
"secure_backup_setup_methods": []
|
|
},
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.pub.solar"
|
|
},
|
|
"m.identity_server": {
|
|
"base_url": "https://matrix.pub.solar"
|
|
},
|
|
"m.integrations": {
|
|
"managers": [
|
|
{
|
|
"api_url": "https://dimension.pub.solar/api/v1/scalar",
|
|
"ui_url": "https://dimension.pub.solar/element"
|
|
}
|
|
]
|
|
}
|
|
}
|