2015-10-02 13:48:52 +03:00
|
|
|
{
|
2019-04-16 03:59:28 +03:00
|
|
|
"default_server_config": {
|
|
|
|
"m.homeserver": {
|
2019-10-23 22:16:00 +03:00
|
|
|
"base_url": "https://matrix-client.matrix.org",
|
2019-04-16 03:59:28 +03:00
|
|
|
"server_name": "matrix.org"
|
|
|
|
},
|
|
|
|
"m.identity_server": {
|
|
|
|
"base_url": "https://vector.im"
|
|
|
|
}
|
|
|
|
},
|
2017-11-12 02:47:03 +03:00
|
|
|
"disable_custom_urls": false,
|
|
|
|
"disable_guests": false,
|
|
|
|
"disable_login_language_selector": false,
|
|
|
|
"disable_3pid_login": false,
|
2016-10-04 12:23:38 +03:00
|
|
|
"brand": "Riot",
|
2016-10-14 20:21:26 +03:00
|
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
2019-08-26 10:03:50 +03:00
|
|
|
"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"
|
|
|
|
],
|
2018-07-18 14:06:07 +03:00
|
|
|
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html",
|
2017-05-09 14:27:41 +03:00
|
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
2019-06-01 06:23:58 +03:00
|
|
|
"defaultCountryCode": "GB",
|
2019-05-31 05:03:42 +03:00
|
|
|
"showLabsSettings": false,
|
2017-10-20 15:41:55 +03:00
|
|
|
"features": {
|
2019-07-25 23:53:53 +03:00
|
|
|
"feature_pinning": "labs",
|
|
|
|
"feature_custom_status": "labs",
|
|
|
|
"feature_custom_tags": "labs",
|
|
|
|
"feature_state_counters": "labs"
|
2017-10-20 15:41:55 +03:00
|
|
|
},
|
2017-05-08 13:25:45 +03:00
|
|
|
"default_federate": true,
|
2017-10-20 20:41:39 +03:00
|
|
|
"default_theme": "light",
|
2016-09-15 20:42:00 +03:00
|
|
|
"roomDirectory": {
|
2016-09-28 12:13:35 +03:00
|
|
|
"servers": [
|
|
|
|
"matrix.org"
|
2016-12-16 17:17:13 +03:00
|
|
|
]
|
2017-05-12 18:12:17 +03:00
|
|
|
},
|
2017-05-30 23:06:45 +03:00
|
|
|
"welcomeUserId": "@riot-bot:matrix.org",
|
2017-05-28 13:27:33 +03:00
|
|
|
"piwik": {
|
2017-05-29 21:32:44 +03:00
|
|
|
"url": "https://piwik.riot.im/",
|
2017-11-19 18:36:28 +03:00
|
|
|
"whitelistedHSUrls": ["https://matrix.org"],
|
|
|
|
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
2017-05-28 13:27:33 +03:00
|
|
|
"siteId": 1
|
2018-03-19 19:49:41 +03:00
|
|
|
},
|
|
|
|
"enable_presence_by_hs_url": {
|
2019-11-30 05:17:15 +03:00
|
|
|
"https://matrix.org": false,
|
|
|
|
"https://matrix-client.matrix.org": false
|
2019-05-31 15:52:29 +03:00
|
|
|
},
|
2019-10-07 15:46:50 +03:00
|
|
|
"settingDefaults": {
|
|
|
|
"breadcrumbs": true
|
2016-09-15 20:42:00 +03:00
|
|
|
}
|
2015-10-02 13:48:52 +03:00
|
|
|
}
|