mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
710 B
JSON
23 lines
710 B
JSON
{
|
|
"manifests": {
|
|
"symfony/mercure-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " mercure: '%env(MERCURE_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MERCURE_DSN=mercure://default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "4eaf30b6f48b69934a49e26dd0348e6ebfb97f12"
|
|
}
|
|
}
|
|
}
|