Skip to content

Commit

Permalink
feat(space): activate spaces for all instances
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Jul 22, 2024
1 parent 05a52d3 commit 584f791
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
],
"tchap_features": {
"feature_email_notification": ["*"],
"feature_space": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"],
"feature_space": ["*"],
"feature_thread": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"],
"feature_audio_call": [
"dev01.tchap.incubateur.net",
Expand Down
2 changes: 1 addition & 1 deletion config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"tchap_features": {
"feature_email_notification": ["*"],
"feature_thread": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_space": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_space": ["*"],
"feature_audio_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_video_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"],
"feature_screenshare_call": ["*"]
Expand Down
2 changes: 1 addition & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"tchap_features": {
"feature_email_notification": ["*"],
"feature_thread": ["agent.dinum.tchap.gouv.fr"],
"feature_space": [],
"feature_space": ["*"],
"feature_audio_call": ["*"],
"feature_video_call": [],
"feature_screenshare_call": ["*"]
Expand Down
2 changes: 1 addition & 1 deletion config.prod_rie.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"tchap_features": {
"feature_email_notification": ["*"],
"feature_thread": [],
"feature_space": [],
"feature_space": ["*"],
"feature_audio_call": ["*"],
"feature_video_call": [],
"feature_screenshare_call": ["*"]
Expand Down

0 comments on commit 584f791

Please sign in to comment.