mirror of
https://github.com/jimeh/bah.io.git
synced 2026-02-19 06:36:41 +00:00
28 lines
576 B
Plaintext
28 lines
576 B
Plaintext
{
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.bah.io"
|
|
},
|
|
"m.identity_server": {
|
|
"base_url": "https://vector.im"
|
|
},
|
|
"org.matrix.msc3575.proxy": {
|
|
"url": "https://matrix.bah.io/sliding-sync"
|
|
},
|
|
"io.element.e2ee": {
|
|
"default": true,
|
|
"secure_backup_required": false,
|
|
"secure_backup_setup_methods": []
|
|
},
|
|
"im.vector.riot.e2ee": {
|
|
"default": true
|
|
},
|
|
"m.integrations": {
|
|
"managers": [
|
|
{
|
|
"api_url": "https://dimension.bah.io/api/v1/scalar",
|
|
"ui_url": "https://dimension.bah.io/element"
|
|
}
|
|
]
|
|
}
|
|
}
|