2017-07-31 20:07:30 +00:00
|
|
|
{
|
2018-09-17 05:43:54 +00:00
|
|
|
"default_hs_url": "{{ matrix_homeserver_url }}",
|
|
|
|
"default_is_url": "{{ matrix_identity_server_url }}",
|
2018-05-30 12:36:09 +00:00
|
|
|
"disable_custom_urls": true,
|
2018-10-24 10:59:06 +00:00
|
|
|
"disable_guests": true,
|
2017-07-31 20:07:30 +00:00
|
|
|
"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"
|
|
|
|
}
|