mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
725 B
JSON
23 lines
725 B
JSON
{
|
|
"manifests": {
|
|
"symfony/zulip-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " zulip: '%env(ZULIP_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "ZULIP_DSN=zulip://EMAIL:TOKEN@HOST?channel=CHANNEL"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "a06c876e98cbf6d880e26e0d79c542dec3de03b9"
|
|
}
|
|
}
|
|
}
|