mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-14 18:39:52 +00:00
31 lines
701 B
Plaintext
31 lines
701 B
Plaintext
|
{
|
||
|
"im.vector.riot.e2ee": {
|
||
|
"default": true
|
||
|
},
|
||
|
"im.vector.riot.jitsi": {
|
||
|
"preferredDomain": "jitsi.ansol.org"
|
||
|
},
|
||
|
"io.element.e2ee": {
|
||
|
"default": true,
|
||
|
"secure_backup_required": false,
|
||
|
"secure_backup_setup_methods": []
|
||
|
},
|
||
|
"io.element.jitsi": {
|
||
|
"preferredDomain": "jitsi.ansol.org"
|
||
|
},
|
||
|
"m.homeserver": {
|
||
|
"base_url": "https://matrix.ansol.org"
|
||
|
},
|
||
|
"m.identity_server": {
|
||
|
"base_url": "https://matrix.ansol.org"
|
||
|
},
|
||
|
"m.integrations": {
|
||
|
"managers": [
|
||
|
{
|
||
|
"api_url": "https://dimension.ansol.org/api/v1/scalar",
|
||
|
"ui_url": "https://dimension.ansol.org/element"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|