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

15 lines
406 B
JSON

{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsbiuras: '%env(SMSBIURAS_DSN)%'"
}
],
"env": {
"#1": "SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0"
}
}