1670a20937
This playbook does not set up guest access in Synapse anyway, so until the need comes (or someone asks for it), guest access is removed from riot-web's UI too. As for supporting custom URLs, this is also not something that seems like it'd be useful to most deployments.
17 lines
523 B
Django/Jinja
17 lines
523 B
Django/Jinja
{
|
|
"default_hs_url": "https://{{ hostname_matrix }}",
|
|
"default_is_url": "https://vector.im",
|
|
"disable_custom_urls": true,
|
|
"disable_guests": false,
|
|
"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"
|
|
} |