mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
15 lines
455 B
JSON
15 lines
455 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " clicksend: '%env(CLICKSEND_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "CLICKSEND_DSN=clicksend://API_USERNAME:API_KEY@default?from=FROM&source=SOURCE&list_id=LIST_ID&from_email=FROM_EMAIL"
|
|
}
|
|
}
|