Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68b45e
)
Readd config packages notifier yaml file
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 11:03:43 +0000
(12:03 +0100)
committer
Raphaë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]
patch
|
blob
diff --git a/config/packages/notifier.yaml
b/config/packages/notifier.yaml
new file mode 100644
(file)
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' }