mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 01:56:26 +03:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"target": " texter_transports:",
|
|
"content": " sendgrid: '%env(MAILER_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MAILER_DSN=sendgrid://KEY@default"
|
|
}
|
|
}
|