Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2015-10-02 11:48:52 +01:00
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix-client.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,
"force_verification": false,
2020-07-15 04:26:26 -06:00
"brand": "Element",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"integrations_widgets_urls": [
"https://scalar.vector.im/_matrix/integrations/v1",
"https://scalar.vector.im/api",
"https://scalar-staging.vector.im/_matrix/integrations/v1",
2025-06-19 11:58:18 +02:00
"https://scalar-staging.vector.im/api"
],
"default_widget_container_height": 280,
"default_country_code": "GB",
"show_labs_settings": false,
2021-05-20 17:28:25 -04:00
"features": {},
2017-05-08 12:25:45 +02:00
"default_federate": true,
2017-10-20 18:41:39 +01:00
"default_theme": "light",
"room_directory": {
2016-09-28 10:13:35 +01:00
"servers": ["matrix.org"]
2017-05-12 16:12:17 +01:00
},
"enable_presence_by_hs_url": {
2019-11-29 20:17:15 -06:00
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
2019-05-31 14:52:29 +02:00
},
"setting_defaults": {
2019-10-07 14:46:50 +02:00
"breadcrumbs": true
2020-03-18 15:47:56 -06:00
},
"jitsi": {
"preferred_domain": "meet.element.io"
},
2022-09-16 11:13:05 -04:00
"element_call": {
2022-10-07 19:32:12 +02:00
"url": "https://call.element.io",
"brand": "Element Call"
2022-09-16 11:13:05 -04:00
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
2015-10-02 11:48:52 +01:00
}