mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 19:27:35 +01:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
|
{
|
||
|
"default_hs_url": "https://{{ hostname_matrix }}",
|
||
|
"default_is_url": "https://vector.im",
|
||
|
"brand": "Riot",
|
||
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||
|
"enableLabs": true,
|
||
|
"roomDirectory": {
|
||
|
"servers": [
|
||
|
"matrix.org"
|
||
|
]
|
||
|
},
|
||
|
"welcomeUserId": "@riot-bot:matrix.org"
|
||
|
}
|