mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
755 B
JSON
23 lines
755 B
JSON
{
|
|
"manifests": {
|
|
"symfony/rocket-chat-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " rocketchat: '%env(ROCKETCHAT_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "ROCKETCHAT_DSN=rocketchat://ACCESS_TOKEN@default?channel=CHANNEL"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "843dc3fb61aa5cc2102efcac2e47e7ab48c897c0"
|
|
}
|
|
}
|
|
}
|