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