Files
symfony-flex-recipes/symfony/pushover-notifier/6.3/manifest.json
T

17 lines
419 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": [
" pushover: '%env(PUSHOVER_DSN)%'"
]
}
],
"env": {
"#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default"
}
}