-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
73 lines (73 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"default_hs_url": "https://tang.ents.ca",
"default_is_url": "https://vector.im",
"disable_custom_urls": true,
"brand": "Riot",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"integrations_widgets_urls": [
"https://scalar-staging.riot.im/scalar/api",
"https://scalar.vector.im/api"
],
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"features": {
"feature_pinning": "enable",
"feature_custom_status": "labs",
"feature_custom_tags": "labs",
"feature_state_counters": "enable",
"feature_message_editing": "labs",
"feature_reactions": "labs",
"feature_room_breadcrumbs": "labs"
},
"roomDirectory": {
"servers": [
"tang.ents.ca",
"matrix.org"
]
},
"piwik": {
"url": "https://piwik.riot.im/",
"whitelistedHSUrls": ["https://matrix.org", "https://tang.ents.ca"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
"siteId": 1
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
},
"settingDefaults": {
"TagPanel.disableTagPanel": true
},
"embeddedPages": {
"welcomeUrl": "ents-welcome.html",
"homeUrl": null
},
"branding": {
"authHeaderLogoUrl": "ents-img/crest.svg"
},
"terms_and_conditions_links": [
{
"url": "https://docum.ents.ca/ENTS%20Bylaws%20-%20Dec%202018.pdf",
"text": "Bylaws"
},
{
"url": "https://docum.ents.ca/ENTS%20Objects%20-%20Dec%202018.pdf",
"text": "Objects of the Society"
},
{
"url": "https://docum.ents.ca/GeneralPolicies-October2018.pdf",
"text": "General Policies"
},
{
"url": "https://docum.ents.ca/CodeOfConduct.pdf",
"text": "Code of Conduct"
},
{
"url": "https://drive.google.com/drive/folders/0B9lvuCjZufm6cVVJUDFJWnJibms?usp=sharing",
"text": "Meeting Minutes"
},
{
"url": "https://docum.ents.ca/",
"text": "Society Documents"
}
]
}