From 9d874aa99bae29d0935473a8c8feabf13e9cd920 Mon Sep 17 00:00:00 2001 From: olivier Date: Tue, 26 Sep 2023 11:26:50 +0200 Subject: [PATCH] activate email notification button for dinum --- config.prod.json | 2 +- config.prod.lab.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.prod.json b/config.prod.json index 1cb727378e..9824fc6a1e 100644 --- a/config.prod.json +++ b/config.prod.json @@ -192,7 +192,7 @@ "custom_translations_url_comments": "To add translations, edit /src/i18n/strings/tchap_translations.json. It gets copied over to webapp/i18n for serving.", "custom_translations_url": "/i18n/tchap_translations.json", "tchap_features": { - "feature_email_notification": [], + "feature_email_notification": ["agent.dinum.tchap.gouv.fr"], "feature_thread": ["agent.dinum.tchap.gouv.fr"], "feature_space": [] } diff --git a/config.prod.lab.json b/config.prod.lab.json index 90ce2877ab..bc28f25ce2 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -192,7 +192,7 @@ "custom_translations_url_comments": "To add translations, edit /src/i18n/strings/tchap_translations.json. It gets copied over to webapp/i18n for serving.", "custom_translations_url": "/i18n/tchap_translations.json", "tchap_features": { - "feature_email_notification": [], + "feature_email_notification": ["agent.dinum.tchap.gouv.fr"], "feature_thread": ["agent.dinum.tchap.gouv.fr"], "feature_space": ["agent.dinum.tchap.gouv.fr"] }