-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.dev.json
123 lines (123 loc) · 4.66 KB
/
config.dev.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.dev01.tchap.incubateur.net",
"server_name": "Agents 1"
},
"m.identity_server": {
"base_url": "https://matrix.dev01.tchap.incubateur.net"
}
},
"homeserver_list": [
{
"base_url": "https://matrix.dev01.tchap.incubateur.net",
"server_name": "Agents 1"
},
{
"base_url": "https://matrix.dev02.tchap.incubateur.net",
"server_name": "Agents 2"
},
{
"base_url": "https://matrix.ext01.tchap.incubateur.net",
"server_name": "Externes"
}
],
"disable_custom_urls": false,
"disable_guests": true,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "TCHAP DEV",
"bug_report_endpoint_url": "/bugreports/submit",
"uisi_autorageshake_app": "element-auto-uisi",
"default_country_code": "FR",
"show_labs_settings": false,
"features": {
"feature_video_rooms": false,
"feature_notification_settings2": false
},
"feedback": {
"existing_issues_url": "https://github.com/tchapgouv/tchap-web-v4/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc",
"new_issue_url": "https://github.com/tchapgouv/tchap-web-v4/issues/new/choose"
},
"default_federate": true,
"default_theme": "light",
"room_directory": {
"servers": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"]
},
"enable_presence_by_hs_url": {
"https://matrix.dev01.tchap.incubateur.net": false,
"https://matrix.dev02.tchap.incubateur.net": false,
"https://matrix.ext01.tchap.incubateur.net": false
},
"setting_defaults": {
"breadcrumbs": true,
"UIFeature.voip": true,
"UIFeature.shareSocial": false,
"UIFeature.registration": true,
"UIFeature.urlPreviews": false,
"UIFeature.widgets": false,
"UIFeature.shareQrCode": false,
"UIFeature.thirdPartyId": true,
"UIFeature.identityServer": true,
"UIFeature.advancedEncryption": false,
"UIFeature.locationSharing": false,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
"custom_themes": [],
"FTUE.useCaseSelection": "WorkMessaging"
},
"branding": {
"auth_header_logo_url": "themes/tchap/img/logos/tchap-logo-dev.svg",
"auth_footer_links": [
{ "text": "DEV", "url": "https://matrix.dev01.tchap.incubateur.net/_matrix/client/versions" },
{ "text": "Gouvernement", "url": "https://www.gouvernement.fr" },
{ "text": "OpenData", "url": "https://www.data.gouv.fr" },
{ "text": "DINUM", "url": "https://numerique.gouv.fr" },
{ "text": "beta.gouv.fr", "url": "https://beta.gouv.fr" },
{ "text": "CGU", "url": "https://www.tchap.gouv.fr/cgu" },
{ "text": "FAQ", "url": "https://www.tchap.gouv.fr/faq" }
],
"welcome_background_url": "themes/tchap/img/backgrounds/tchap-bg.svg"
},
"user_notice": {
"title": "DEV",
"description": "You are on dev env",
"show_once": false
},
"desktopBuilds": {
"available": false
},
"mobile_builds": {
"ios": "https://apps.apple.com/us/app/tchap/id1446253779",
"android": "https://play.google.com/store/apps/details?id=fr.gouv.tchap.a",
"fdroid": null
},
"permalink_prefix": "https://www.tchap.incubateur.net",
"terms_and_conditions_links": [
{
"url": "https://www.tchap.beta.gouv.fr/cgu",
"text": "Read the CGU"
},
{
"url": "https://tchap.beta.gouv.fr/politique-de-confidentialite",
"text": "Read the Privacy Policy"
}
],
"tchap_features": {
"feature_email_notification": [
"dev01.tchap.incubateur.net",
"dev02.tchap.incubateur.net",
"ext01.tchap.incubateur.net"
],
"feature_space": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"],
"feature_thread": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"],
"feature_audio_call": [
"dev01.tchap.incubateur.net",
"dev02.tchap.incubateur.net",
"ext01.tchap.incubateur.net"
],
"feature_video_call": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"]
}
}