Files
symfony-flex-recipes/symfony/allmysms-notifier/5.3/manifest.json
T

17 lines
423 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": [
" allmysms: '%env(ALLMYSMS_DSN)%'"
]
}
],
"env": {
"#1": "ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM"
}
}