mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
Add webapp packages
This commit is contained in:
parent
046358222c
commit
347e08358c
40 changed files with 8327 additions and 8 deletions
12
config/packages/notifier.yaml
Normal file
12
config/packages/notifier.yaml
Normal file
|
@ -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 }
|
Loading…
Add table
Add a link
Reference in a new issue