This repository was archived by the owner on Feb 11, 2026. It is now read-only.
forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (62 loc) · 1.97 KB
/
config.json
File metadata and controls
62 lines (62 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.org"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"brand": "elecord",
"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",
"https://scalar-staging.vector.im/api"
],
"show_labs_settings": false,
"room_directory": {
"servers": ["matrix.org", "gitter.im"]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"terms_and_conditions_links": [
{
"url": "https://github.com/elecordapp/elecord-web/blob/master/PRIVACY.md",
"text": "Privacy Policy"
}
],
"privacy_policy_url": "https://github.com/elecordapp/elecord-web/blob/master/PRIVACY.md",
"setting_defaults": {
"RustCrypto.staged_rollout_percent": 100,
"use_system_theme": false
},
"features": {
"feature_video_rooms": true,
"feature_group_calls": true,
"feature_element_call_video_rooms": true,
"feature_custom_themes": true,
"feature_html_topic": true
},
"element_call": {
"url": "https://call.element.io",
"use_exclusively": true
},
"default_theme": "dark",
"disable_3pid_login": false,
"disable_guests": true,
"force_verification": true,
"embedded_pages": {
"login_for_welcome": true
},
"desktop_builds": {
"available": true,
"logo": "/themes/element/img/logos/element-logo.svg",
"url": "https://elecord.app",
"url_win64": "https://packages.elecord.app/desktop/install/win32/x64/elecord%20Setup.exe"
}
}