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

17 lines
457 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": [
" isendpro: '%env(ISENDPRO_DSN)%'"
]
}
],
"env": {
"#1": "ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX"
}
}