mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
747 B
JSON
23 lines
747 B
JSON
{
|
|
"manifests": {
|
|
"symfony/amazon-sns-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " sns: '%env(AMAZON_SNS_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "AMAZON_SNS_DSN=sns://ACCESS_KEY:SECRET_KEY@default?region=REGION"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "c7b97b1deaaf9a99283aee58b13435d34de11d20"
|
|
}
|
|
}
|
|
}
|