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.
36 lines
1.2 KiB
36 lines
1.2 KiB
{ |
|
"default_hs_url": "https://matrix.org", |
|
"default_is_url": "https://vector.im", |
|
"disable_custom_urls": false, |
|
"disable_guests": false, |
|
"disable_login_language_selector": false, |
|
"disable_3pid_login": false, |
|
"brand": "Riot", |
|
"integrations_ui_url": "https://scalar.vector.im/", |
|
"integrations_rest_url": "https://scalar.vector.im/api", |
|
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html", |
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit", |
|
"features": { |
|
"feature_groups": "labs", |
|
"feature_pinning": "labs", |
|
"feature_reactions": "labs", |
|
"feature_message_editing": "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 |
|
} |
|
}
|
|
|