]> Raphaƫl G. Git Repositories - blog/blobdiff - config/packages/notifier.yaml
Import config, packages and routes yaml files
[blog] / config / packages / notifier.yaml
diff --git a/config/packages/notifier.yaml b/config/packages/notifier.yaml
new file mode 100644 (file)
index 0000000..d02f986
--- /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: admin@example.com }