mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
764 B
JSON
23 lines
764 B
JSON
{
|
|
"manifests": {
|
|
"symfony/telnyx-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " telnyx: '%env(TELNYX_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "TELNYX_DSN=telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "4572e07c6e0a918b6273ed5818b6130cda633744"
|
|
}
|
|
}
|
|
}
|