forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
61 lines (61 loc) · 1.92 KB
/
config.json
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
{
"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",
"https://scalar-staging.riot.im/scalar/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,
"showRedactions": false,
"showTwelveHourTimestamps": true,
"urlPreviewsEnabled_e2ee": true,
"useOnlyCurrentProfiles": true
},
"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": true,
"disable_guests": true,
"force_verification": true,
"embedded_pages": {
"login_for_welcome": true
}
}