You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.8 KiB
59 lines
1.8 KiB
{ |
|
"default_server_config": { |
|
"m.homeserver": { |
|
"base_url": "https://matrix-client.matrix.org", |
|
"server_name": "matrix.org" |
|
}, |
|
"m.identity_server": { |
|
"base_url": "https://vector.im" |
|
} |
|
}, |
|
"disable_custom_urls": false, |
|
"disable_guests": false, |
|
"disable_login_language_selector": false, |
|
"disable_3pid_login": false, |
|
"brand": "Element", |
|
"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" |
|
], |
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit", |
|
"defaultCountryCode": "GB", |
|
"showLabsSettings": false, |
|
"features": { |
|
"feature_new_spinner": "labs", |
|
"feature_pinning": "labs", |
|
"feature_custom_status": "labs", |
|
"feature_custom_tags": "labs", |
|
"feature_state_counters": "labs" |
|
}, |
|
"default_federate": true, |
|
"default_theme": "light", |
|
"roomDirectory": { |
|
"servers": [ |
|
"matrix.org" |
|
] |
|
}, |
|
"welcomeUserId": "@riot-bot:matrix.org", |
|
"piwik": { |
|
"url": "https://piwik.riot.im/", |
|
"whitelistedHSUrls": ["https://matrix.org"], |
|
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"], |
|
"siteId": 1 |
|
}, |
|
"enable_presence_by_hs_url": { |
|
"https://matrix.org": false, |
|
"https://matrix-client.matrix.org": false |
|
}, |
|
"settingDefaults": { |
|
"breadcrumbs": true |
|
}, |
|
"jitsi": { |
|
"preferredDomain": "jitsi.riot.im" |
|
} |
|
}
|
|
|