forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.json
64 lines (64 loc) · 2.23 KB
/
config.sample.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
62
63
64
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://neocrypto.io",
"server_name": "neocrypto.io"
},
"m.identity_server": {
"base_url": "https://neocrypto.io"
}
},
"disable_identity_server": false,
"cross_origin_renderer_url": "https://usercontent.neocrypto.io/v1.html",
"disable_custom_urls": true,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "NeoCrypto",
"integrations_ui_url": "https://dimension.neocrypto.io/riot",
"integrations_rest_url": "https://dimension.neocrypto.io/api/v1/scalar",
"integrations_widgets_urls": ["https://dimension.neocrypto.io/widgets"],
"integrations_jitsi_widget_url": "https://dimension.neocrypto.io/api/widgets/jitsi.html",
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"defaultCountryCode": "US",
"showLabsSettings": true,
"features": {
"feature_groups": "enable",
"feature_pinning": "enable",
"feature_presence_management": "enable",
"feature_rich_quoting": "enable",
"feature_sticker_messages": "enable",
"feature_jitsi": "enable",
"feature_tag_panel": "enable",
"feature_reactions": "enable",
"feature_message_editing": "labs"
},
"default_federate": true,
"welcomePageUrl": "home.html",
"default_theme": "dark",
"roomDirectory": {
"servers": [
"neocrypto.io"
]
},
"piwik": {
"url": "https://analytics.neocrypto.io/",
"whitelistedHSUrls": ["https://matrix.org", "https://psyberia.im", "https://neocrypto.io"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org", "https://neocrypto.io"],
"siteId": 1,
"policyUrl": "https://chat.neocrypto.io/neocrypto_io_cookie_policy"
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
},
"terms_and_conditions_links": [
{
"url": "https://chat.neocrypto.io/privacy",
"text": "Privacy Policy"
},
{
"url": "https://chat.neocrypto.io/neocrypto_io_cookie_policy",
"text": "Cookie Policy"
}
]
}