2019-02-09 14:18:09 +00:00
|
|
|
{
|
2019-02-09 17:49:03 +00:00
|
|
|
"default_hs_url": "https://{{ matrix.domain }}",
|
2019-02-09 14:18:09 +00:00
|
|
|
"default_is_url": "https://vector.im",
|
2020-08-31 16:57:49 +00:00
|
|
|
"brand": "element.data.coop",
|
2019-02-09 21:46:32 +00:00
|
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
2019-02-09 14:18:09 +00:00
|
|
|
"integrations_widgets_urls": [
|
|
|
|
"https://scalar-staging.riot.im/scalar/api",
|
|
|
|
"https://scalar.vector.im/api"
|
|
|
|
],
|
|
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
|
|
"features": {
|
2019-02-09 21:46:32 +00:00
|
|
|
"feature_rich_quoting": "enable",
|
|
|
|
"feature_pinning": "enable",
|
|
|
|
"feature_presence_management": "enable",
|
|
|
|
"feature_sticker_messages": "enable",
|
|
|
|
"feature_jitsi": "enable",
|
2019-02-09 14:18:09 +00:00
|
|
|
"feature_tag_panel": "enable",
|
2019-02-09 21:46:32 +00:00
|
|
|
"feature_keybackup": "enable",
|
|
|
|
"feature_custom_status": "enable",
|
|
|
|
"feature_custom_tags": "enable",
|
2019-02-09 14:18:09 +00:00
|
|
|
"feature_lazyloading": "enable",
|
2019-02-09 21:46:32 +00:00
|
|
|
"feature_tabbed_settings": "enable",
|
|
|
|
"feature_sas": "enable"
|
2019-02-09 14:18:09 +00:00
|
|
|
},
|
2019-03-04 20:38:36 +00:00
|
|
|
"welcomeUserId": "",
|
2019-02-09 21:46:32 +00:00
|
|
|
"piwik": false,
|
2019-02-09 14:18:09 +00:00
|
|
|
"roomDirectory": {
|
|
|
|
"servers": [
|
2019-02-13 08:49:22 +00:00
|
|
|
"{{ base_domain }}"
|
2019-02-09 14:18:09 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"enable_presence_by_hs_url": {
|
2019-02-13 08:49:22 +00:00
|
|
|
"https://{{ matrix.domain }}": false
|
2019-02-09 14:18:09 +00:00
|
|
|
},
|
|
|
|
"terms_and_conditions_links": [
|
|
|
|
{
|
|
|
|
"url": "https://riot.im/privacy",
|
|
|
|
"text": "Privacy Policy"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
|
|
|
"text": "Cookie Policy"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|