2015-10-02 18:48:52 +08:00
|
|
|
{
|
2019-04-16 08:59:28 +08:00
|
|
|
"default_server_config": {
|
|
|
|
"m.homeserver": {
|
2019-10-24 03:16:00 +08:00
|
|
|
"base_url": "https://matrix-client.matrix.org",
|
2019-04-16 08:59:28 +08:00
|
|
|
"server_name": "matrix.org"
|
|
|
|
},
|
|
|
|
"m.identity_server": {
|
|
|
|
"base_url": "https://vector.im"
|
|
|
|
}
|
|
|
|
},
|
2017-11-12 07:47:03 +08:00
|
|
|
"disable_custom_urls": false,
|
|
|
|
"disable_guests": false,
|
|
|
|
"disable_login_language_selector": false,
|
|
|
|
"disable_3pid_login": false,
|
2020-07-15 18:26:26 +08:00
|
|
|
"brand": "Element",
|
2016-10-15 01:21:26 +08:00
|
|
|
"integrations_ui_url": "https://scalar.vector.im/",
|
|
|
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
2019-08-26 15:03:50 +08: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"
|
|
|
|
],
|
2022-03-19 00:12:44 +08:00
|
|
|
"default_country_code": "GB",
|
|
|
|
"show_labs_settings": false,
|
2021-05-21 05:28:25 +08:00
|
|
|
"features": {},
|
2017-05-08 18:25:45 +08:00
|
|
|
"default_federate": true,
|
2017-10-21 01:41:39 +08:00
|
|
|
"default_theme": "light",
|
2022-03-19 00:12:44 +08:00
|
|
|
"room_directory": {
|
2016-09-28 17:13:35 +08:00
|
|
|
"servers": ["matrix.org"]
|
2017-05-12 23:12:17 +08:00
|
|
|
},
|
2018-03-20 00:49:41 +08:00
|
|
|
"enable_presence_by_hs_url": {
|
2019-11-30 10:17:15 +08:00
|
|
|
"https://matrix.org": false,
|
|
|
|
"https://matrix-client.matrix.org": false
|
2019-05-31 20:52:29 +08:00
|
|
|
},
|
2022-03-19 00:12:44 +08:00
|
|
|
"setting_defaults": {
|
2019-10-07 20:46:50 +08:00
|
|
|
"breadcrumbs": true
|
2020-03-19 05:47:56 +08:00
|
|
|
},
|
|
|
|
"jitsi": {
|
2022-03-19 00:12:44 +08:00
|
|
|
"preferred_domain": "meet.element.io"
|
2022-02-15 02:14:04 +08:00
|
|
|
},
|
2022-09-16 23:13:05 +08:00
|
|
|
"element_call": {
|
2022-10-08 01:32:12 +08:00
|
|
|
"url": "https://call.element.io",
|
2022-10-08 04:00:38 +08:00
|
|
|
"participant_limit": 8,
|
2022-10-08 01:32:12 +08:00
|
|
|
"brand": "Element Call"
|
2022-09-16 23:13:05 +08:00
|
|
|
},
|
2022-02-15 02:14:04 +08:00
|
|
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
2015-10-02 18:48:52 +08:00
|
|
|
}
|