]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config packages notifier yaml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:03:43 +0000 (12:03 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:03:43 +0000 (12:03 +0100)
Add notifier config

config/packages/notifier.yaml [new file with mode: 0644]

diff --git a/config/packages/notifier.yaml b/config/packages/notifier.yaml
new file mode 100644 (file)
index 0000000..d58d860
--- /dev/null
@@ -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' }