forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
45 lines (45 loc) · 1.55 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
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://server.scichat.esss.lu.se",
"server_name": "ESS"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"disable_custom_urls": true,
"disable_guests": true,
"disable_login_language_selector": true,
"disable_3pid_login": true,
"brand": "SciChat",
"branding": {
"authHeaderLogoUrl": "https://github.com/SciCatProject/riot-web/raw/master/ess-branding/esslogo.png",
"welcomeBackgroundUrl": "https://github.com/SciCatProject/riot-web/raw/master/ess-branding/ess-site.png",
"authFooterLinks": [
{ "text": "SciCat", "url": "https://scicat.ess.eu/" }
]
},
"integrations_ui_url": "https://scichat-integration.esss.lu.se/riot",
"integrations_rest_url": "https://scichat-integration.esss.lu.se/api/v1/scalar",
"integrations_widgets_urls": [
"https://scichat-integration.esss.lu.se/widgets"
],
"integrations_jitsi_widget_url": "https://scichat-integration.esss.lu.se/widgets/jitsi",
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"defaultCountryCode": "SE",
"showLabsSettings": false,
"features": {
"feature_groups": "labs",
"feature_pinning": "labs"
},
"default_federate": false,
"default_theme": "light",
"welcomeUserId": "@scicatbot:ess",
"enable_presence_by_hs_url": {
"https://matrix.org": false
},
"settingDefaults": {
"breadcrumbs": true
}
}