mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
28 lines
866 B
JSON
28 lines
866 B
JSON
{
|
|
"update_base_url": "https://riot.im/download/desktop/update/",
|
|
"default_hs_url": "https://matrix.org",
|
|
"default_is_url": "https://vector.im",
|
|
"brand": "Riot",
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"integrations_widgets_urls": [
|
|
"https://scalar-staging.riot.im/scalar/api",
|
|
"https://scalar.vector.im/api"
|
|
],
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
"welcomeUserId": "@riot-bot:matrix.org",
|
|
"roomDirectory": {
|
|
"servers": [
|
|
"matrix.org"
|
|
]
|
|
},
|
|
"piwik": {
|
|
"url": "https://piwik.riot.im/",
|
|
"siteId": 1,
|
|
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"https://matrix.org": false
|
|
}
|
|
}
|