forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
50 lines (50 loc) · 1.42 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
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://hs.livegen.net",
"server_name": "Livegen"
}
},
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "Livegen",
"branding": {
"welcomeBackgroundUrl":"https://static.livegen.net/welcome-background.jpg",
"authHeaderLogoUrl":"https://static.livegen.net/logo.svg"
},
"embeddedPages": {
"welcomeUrl":"welcome/livegen.html"
},
"integrations_ui_url": "https://dimension.livegen.net/riot",
"integrations_rest_url": "https://dimension.livegen.net/api/v1/scalar",
"integrations_widgets_urls": [
"https://dimension.livegen.net/widgets"
],
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"defaultCountryCode": "FR",
"showLabsSettings": false,
"features": {
"feature_new_spinner": false
},
"default_federate": true,
"default_theme": "light",
"roomDirectory": {
"servers": [
"matrix.org",
"livegen.net"
]
},
"piwik": false,
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"settingDefaults": {
"breadcrumbs": true
},
"jitsi": {
"preferredDomain": "jitsi.riot.im"
}
}