-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.prod.json
208 lines (208 loc) · 7.76 KB
/
config.prod.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.agent.tchap.gouv.fr",
"server_name": "Agents"
},
"m.identity_server": {
"base_url": "https://matrix.agent.tchap.gouv.fr"
}
},
"homeserver_list": [
{
"base_url": "https://matrix.agent.tchap.gouv.fr",
"server_name": "Agents"
},
{
"base_url": "https://matrix.agent.agriculture.tchap.gouv.fr",
"server_name": "Agriculture"
},
{
"base_url": "https://matrix.agent.collectivites.tchap.gouv.fr",
"server_name": "Collectivites"
},
{
"base_url": "https://matrix.agent.culture.tchap.gouv.fr",
"server_name": "Culture"
},
{
"base_url": "https://matrix.agent.dev-durable.tchap.gouv.fr",
"server_name": "Développement durable"
},
{
"base_url": "https://matrix.agent.diplomatie.tchap.gouv.fr",
"server_name": "Diplomatie"
},
{
"base_url": "https://matrix.agent.dinum.tchap.gouv.fr",
"server_name": "DINUM"
},
{
"base_url": "https://matrix.agent.education.tchap.gouv.fr",
"server_name": "Education"
},
{
"base_url": "https://matrix.agent.elysee.tchap.gouv.fr",
"server_name": "Elysée"
},
{
"base_url": "https://matrix.agent.externe.tchap.gouv.fr",
"server_name": "Externes"
},
{
"base_url": "https://matrix.agent.finances.tchap.gouv.fr",
"server_name": "Finances"
},
{
"base_url": "https://matrix.agent.interieur.tchap.gouv.fr",
"server_name": "Interieur"
},
{
"base_url": "https://matrix.agent.intradef.tchap.gouv.fr",
"server_name": "Intradef"
},
{
"base_url": "https://matrix.agent.justice.tchap.gouv.fr",
"server_name": "Justice"
},
{
"base_url": "https://matrix.agent.pm.tchap.gouv.fr",
"server_name": "Premier Ministre"
},
{
"base_url": "https://matrix.agent.social.tchap.gouv.fr",
"server_name": "Social"
},
{
"base_url": "https://matrix.agent.ssi.tchap.gouv.fr",
"server_name": "SSI"
}
],
"disable_custom_urls": false,
"disable_guests": true,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "Tchap",
"bug_report_endpoint_url": "https://matrix.agent.dinum.tchap.gouv.fr/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,
"feature_new_room_decoration_ui": true,
"feature_rust_crypto": 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": [
"agent.tchap.gouv.fr",
"agent.agriculture.tchap.gouv.fr",
"agent.collectivites.tchap.gouv.fr",
"agent.culture.tchap.gouv.fr",
"agent.dev-durable.tchap.gouv.fr",
"agent.diplomatie.tchap.gouv.fr",
"agent.dinum.tchap.gouv.fr",
"agent.education.tchap.gouv.fr",
"agent.elysee.tchap.gouv.fr",
"agent.externe.tchap.gouv.fr",
"agent.finances.tchap.gouv.fr",
"agent.interieur.tchap.gouv.fr",
"agent.intradef.tchap.gouv.fr",
"agent.justice.tchap.gouv.fr",
"agent.pm.tchap.gouv.fr",
"agent.social.tchap.gouv.fr",
"agent.ssi.tchap.gouv.fr"
]
},
"enable_presence_by_hs_url": {
"https://matrix.agent.tchap.gouv.fr": false,
"https://matrix.agent.agriculture.tchap.gouv.fr": false,
"https://matrix.agent.collectivites.tchap.gouv.fr": false,
"https://matrix.agent.culture.tchap.gouv.fr": false,
"https://matrix.agent.dev-durable.tchap.gouv.fr": false,
"https://matrix.agent.diplomatie.tchap.gouv.fr": false,
"https://matrix.agent.dinum.tchap.gouv.fr": false,
"https://matrix.agent.education.tchap.gouv.fr": false,
"https://matrix.agent.elysee.tchap.gouv.fr": false,
"https://matrix.agent.externe.tchap.gouv.fr": false,
"https://matrix.agent.finances.tchap.gouv.fr": false,
"https://matrix.agent.interieur.tchap.gouv.fr": false,
"https://matrix.agent.intradef.tchap.gouv.fr": false,
"https://matrix.agent.justice.tchap.gouv.fr": false,
"https://matrix.agent.pm.tchap.gouv.fr": false,
"https://matrix.agent.social.tchap.gouv.fr": false,
"https://matrix.agent.ssi.tchap.gouv.fr": 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": true,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
"custom_themes": [],
"FTUE.useCaseSelection": "WorkMessaging",
"RustCrypto.staged_rollout_percent": 100,
"hideDisplaynameChanges": true,
"hideAvatarChanges": true
},
"branding": {
"auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg",
"auth_footer_links": [
{ "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.jpg"
},
"desktop_builds": {
"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://tchap.gouv.fr",
"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": ["*"],
"feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"],
"feature_space": ["*"],
"feature_audio_call": ["*"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
"tchap_sso_flow": {
"isActive": false
},
"map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json"
}