46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://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": "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",
|
|
"defaultCountryCode": "GB",
|
|
"showLabsSettings": false,
|
|
"features": {
|
|
"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
|
|
}
|
|
}
|