mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
- Update config to be conform with symfony 7.3 - Create unit test for TrackCreateUpdateSubscriber.php
14 lines
416 B
YAML
14 lines
416 B
YAML
framework:
|
|
notifier:
|
|
texter_transports:
|
|
#ovhcloud: '%env(OVHCLOUD_DSN)%'
|
|
#ovhcloud: '%env(SHORT_MESSAGE_DSN)%'
|
|
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 }
|