Skip to content

Commit f7990cb

Browse files
authored
Merge pull request #96 from tchapgouv/fix/homeservers-list
Fix homeserver list
2 parents 9137251 + 1921fef commit f7990cb

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

config.prod.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"server_name": "Agriculture",
2020
"email_examples": "? ..."
2121
},
22+
{
23+
"base_url": "https://matrix.agent.collectivites.tchap.gouv.fr",
24+
"server_name": "Collectivites",
25+
"email_examples": "? ..."
26+
},
2227
{
2328
"base_url": "https://matrix.agent.culture.tchap.gouv.fr",
2429
"server_name": "Culture",
@@ -108,6 +113,7 @@
108113
"servers": [
109114
"agent.tchap.gouv.fr",
110115
"agent.agriculture.tchap.gouv.fr",
116+
"agent.collectivites.tchap.gouv.fr",
111117
"agent.culture.tchap.gouv.fr",
112118
"agent.dev-durable.tchap.gouv.fr",
113119
"agent.diplomatie.tchap.gouv.fr",
@@ -125,22 +131,23 @@
125131
]
126132
},
127133
"enable_presence_by_hs_url": {
128-
"https://agent.tchap.gouv.fr": false,
129-
"https://agent.agriculture.tchap.gouv.fr": false,
130-
"https://agent.culture.tchap.gouv.fr": false,
131-
"https://agent.dev-durable.tchap.gouv.fr": false,
132-
"https://agent.diplomatie.tchap.gouv.fr": false,
133-
"https://agent.dinum.tchap.gouv.fr": false,
134-
"https://agent.education.tchap.gouv.fr": false,
135-
"https://agent.elysee.tchap.gouv.fr": false,
136-
"https://agent.externe.tchap.gouv.fr": false,
137-
"https://agent.finances.tchap.gouv.fr": false,
138-
"https://agent.interieur.tchap.gouv.fr": false,
139-
"https://agent.intradef.tchap.gouv.fr": false,
140-
"https://agent.justice.tchap.gouv.fr": false,
141-
"https://agent.pm.tchap.gouv.fr": false,
142-
"https://agent.social.tchap.gouv.fr": false,
143-
"https://agent.ssi.tchap.gouv.fr": false
134+
"https://matrix.agent.tchap.gouv.fr": false,
135+
"https://matrix.agent.agriculture.tchap.gouv.fr": false,
136+
"https://matrix.agent.collectivites.tchap.gouv.fr": false,
137+
"https://matrix.agent.culture.tchap.gouv.fr": false,
138+
"https://matrix.agent.dev-durable.tchap.gouv.fr": false,
139+
"https://matrix.agent.diplomatie.tchap.gouv.fr": false,
140+
"https://matrix.agent.dinum.tchap.gouv.fr": false,
141+
"https://matrix.agent.education.tchap.gouv.fr": false,
142+
"https://matrix.agent.elysee.tchap.gouv.fr": false,
143+
"https://matrix.agent.externe.tchap.gouv.fr": false,
144+
"https://matrix.agent.finances.tchap.gouv.fr": false,
145+
"https://matrix.agent.interieur.tchap.gouv.fr": false,
146+
"https://matrix.agent.intradef.tchap.gouv.fr": false,
147+
"https://matrix.agent.justice.tchap.gouv.fr": false,
148+
"https://matrix.agent.pm.tchap.gouv.fr": false,
149+
"https://matrix.agent.social.tchap.gouv.fr": false,
150+
"https://matrix.agent.ssi.tchap.gouv.fr": false
144151
},
145152
"settingDefaults": {
146153
"breadcrumbs": true,

0 commit comments

Comments
 (0)