mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
746 B
JSON
23 lines
746 B
JSON
{
|
|
"manifests": {
|
|
"symfony/fake-chat-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " fakechat+email: '%env(FAKE_CHAT_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "FAKE_CHAT_DSN=fakechat+email://default?to=TO&from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "25bdcc3ae00d284b863f1faecf14610aecebfeb5"
|
|
}
|
|
}
|
|
}
|