mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
450afde85e
And also 1) revert an accidental commit to the main config file, and 2) port over some forgotten things to the main config file
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"update_base_url": "https://packages.riot.im/desktop/update/",
|
|
"default_server_name": "matrix.org",
|
|
"brand": "Riot",
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
"integrations_widgets_urls": [
|
|
"https://scalar.vector.im/_matrix/integrations/v1",
|
|
"https://scalar.vector.im/api",
|
|
"https://scalar-staging.vector.im/_matrix/integrations/v1",
|
|
"https://scalar-staging.vector.im/api",
|
|
"https://scalar-staging.riot.im/scalar/api"
|
|
],
|
|
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
|
"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/legal/riot-im-cookie-policy"
|
|
},
|
|
"phasedRollOut": {
|
|
"feature_lazyloading": {
|
|
"offset": 1539684000000,
|
|
"period": 604800000
|
|
}
|
|
},
|
|
"features": {
|
|
"feature_lazyloading": "enable"
|
|
},
|
|
"enable_presence_by_hs_url": {
|
|
"https://matrix.org": false,
|
|
"https://matrix-client.matrix.org": false
|
|
},
|
|
"terms_and_conditions_links": [
|
|
{
|
|
"url": "https://riot.im/privacy",
|
|
"text": "Privacy Policy"
|
|
},
|
|
{
|
|
"url": "https://matrix.org/legal/riot-im-cookie-policy",
|
|
"text": "Cookie Policy"
|
|
}
|
|
]
|
|
}
|