From 8794e73a19f5d52733419a6d9d68ce6fd826c6be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 12:03:43 +0100 Subject: [PATCH] Readd config packages notifier yaml file Add notifier config --- config/packages/notifier.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/packages/notifier.yaml diff --git a/config/packages/notifier.yaml b/config/packages/notifier.yaml new file mode 100644 index 0000000..d58d860 --- /dev/null +++ b/config/packages/notifier.yaml @@ -0,0 +1,12 @@ +framework: + notifier: + chatter_transports: + texter_transports: + channel_policy: + # use chat/slack, chat/telegram, sms/twilio or sms/nexmo + urgent: ['email'] + high: ['email'] + medium: ['email'] + low: ['email'] + admin_recipients: + - { email: 'airlibre@rapsys.eu' } -- 2.41.0