forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.public.mau.chat.json
50 lines (50 loc) · 1.64 KB
/
config.public.mau.chat.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://matrix-client.matrix.org",
"server_name": "matrix.org"
}
},
"disable_guests": true,
"disable_3pid_login": true,
"brand": "Maunium Matrix (Public)",
"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-staging.vector.im/_matrix/integrations/v1",
"https://scalar-staging.riot.im/scalar/api",
"https://scalar-staging.vector.im/api",
"https://scalar.vector.im/api"
],
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"features": {
"feature_new_spinner": true
},
"show_labs_settings": true,
"default_federate": true,
"welcome_page_url": "home.html",
"default_theme": "light",
"room_directory": {
"servers": [
"matrix.org",
"maunium.net"
]
},
"setting_defaults": {
"TagPanel.disableTagPanel": true,
"showDeveloperTools": true,
"showCookieBar": false,
"UIFeature.identityServer": false,
"UIFeature.thirdPartyId": false,
"UIFeature.registration": false,
"UIFeature.passwordReset": false,
"UIFeature.deactivate": false
},
"welcome_user_id": "",
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=xkbia4dSCxdlZMnd3dh6"
}