Files
symfony-flex-recipes/symfony.notifier.5.0.json
T
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

37 lines
1.4 KiB
JSON

{
"manifests": {
"symfony/notifier": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/notifier.yaml": {
"contents": [
"framework:",
" notifier:",
" #chatter_transports:",
" # slack: '%env(SLACK_DSN)%'",
" # telegram: '%env(TELEGRAM_DSN)%'",
" #texter_transports:",
" # twilio: '%env(TWILIO_DSN)%'",
" # nexmo: '%env(NEXMO_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 }",
""
],
"executable": false
}
},
"ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
}
}
}