Skip to content

Commit 09e29c1

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #661
2 parents f9e6582 + aa45cb4 commit 09e29c1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
framework:
2+
notifier:
3+
#chatter_transports:
4+
# slack: '%env(SLACK_DSN)%'
5+
# telegram: '%env(TELEGRAM_DSN)%'
6+
#texter_transports:
7+
# twilio: '%env(TWILIO_DSN)%'
8+
# nexmo: '%env(NEXMO_DSN)%'
9+
channel_policy:
10+
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
11+
urgent: ['email']
12+
high: ['email']
13+
medium: ['email']
14+
low: ['email']
15+
admin_recipients:
16+
- { email: admin@example.com }

symfony/notifier/5.0/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
}
5+
}

0 commit comments

Comments
 (0)