2015-10-02 18:48:52 +08:00
|
|
|
{
|
2019-04-16 08:59:28 +08:00
|
|
|
"default_server_config": {
|
|
|
|
"m.homeserver": {
|
|
|
|
"base_url": "https://matrix.org",
|
|
|
|
"server_name": "matrix.org"
|
|
|
|
},
|
|
|
|
"m.identity_server": {
|
|
|
|
"base_url": "https://vector.im"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"disable_identity_server": false,
|
2017-11-12 07:47:03 +08:00
|
|
|
"disable_custom_urls": false,
|
|
|
|
"disable_guests": false,
|
|
|
|
"disable_login_language_selector": false,
|
|
|
|
"disable_3pid_login": false,
|
2016-10-04 17:23:38 +08:00
|
|
|
"brand": "Riot",
|
2016-10-15 01:21:26 +08:00
|
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
2018-07-18 19:06:07 +08:00
|
|
|
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html",
|
2017-05-09 19:27:41 +08:00
|
|
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
2017-10-20 20:41:55 +08:00
|
|
|
"features": {
|
2017-10-24 17:43:15 +08:00
|
|
|
"feature_groups": "labs",
|
2019-04-26 17:56:35 +08:00
|
|
|
"feature_pinning": "labs",
|
2019-05-15 18:12:12 +08:00
|
|
|
"feature_reactions": "labs",
|
|
|
|
"feature_message_editing": "labs"
|
2017-10-20 20:41:55 +08:00
|
|
|
},
|
2017-05-08 18:25:45 +08:00
|
|
|
"default_federate": true,
|
2017-10-21 01:41:39 +08:00
|
|
|
"default_theme": "light",
|
2016-09-16 01:42:00 +08:00
|
|
|
"roomDirectory": {
|
2016-09-28 17:13:35 +08:00
|
|
|
"servers": [
|
|
|
|
"matrix.org"
|
2016-12-16 22:17:13 +08:00
|
|
|
]
|
2017-05-12 23:12:17 +08:00
|
|
|
},
|
2017-05-31 04:06:45 +08:00
|
|
|
"welcomeUserId": "@riot-bot:matrix.org",
|
2017-05-28 18:27:33 +08:00
|
|
|
"piwik": {
|
2017-05-30 02:32:44 +08:00
|
|
|
"url": "https://piwik.riot.im/",
|
2017-11-19 23:36:28 +08:00
|
|
|
"whitelistedHSUrls": ["https://matrix.org"],
|
|
|
|
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
2017-05-28 18:27:33 +08:00
|
|
|
"siteId": 1
|
2018-03-20 00:49:41 +08:00
|
|
|
},
|
|
|
|
"enable_presence_by_hs_url": {
|
|
|
|
"https://matrix.org": false
|
2016-09-16 01:42:00 +08:00
|
|
|
}
|
2015-10-02 18:48:52 +08:00
|
|
|
}
|