forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
53 lines (53 loc) · 1.78 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
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://openintents.modular.im",
"server_name": "OI Chat matrix server"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"disable_custom_urls": false,
"disable_guests": true,
"disable_login_language_selector": true,
"disable_3pid_login": false,
"brand": "OI Chat",
"branding": {
"welcomeBackgroundUrl": "themes/riot/img/backgrounds/sky.jpg",
"authHeaderLogoUrl":"themes/riot/img/logos/oichat.svg",
"authFooterLinks":[{"text": "blog", "url": "http://openintents.org/blog"},
{"text": "twitter", "url": "https://twitter.com/@openintents"},
{"text": "github", "url": "https://github.com/friedger/riot-web"}]
},
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html",
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"features": {
"feature_groups": "labs",
"feature_custom_status": "labs",
"feature_pinning": "labs",
"feature_custom_tags": "labs"
},
"default_federate": true,
"default_theme": "light",
"roomDirectory": {
"servers": [
"matrix.org"
]
},
"welcomeUserId": "@riot-bot:matrix.org",
"piwik": {
"url": "https://piwik.riot.im/",
"whitelistedHSUrls": ["https://matrix.org"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
"siteId": 1
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
},
"embeddedPages": {
"homeUrl": "home.html"
}
}