mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
736 B
JSON
23 lines
736 B
JSON
{
|
|
"manifests": {
|
|
"symfony/chatwork-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " chatwork: '%env(CHATWORK_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "CHATWORK_DSN=chatwork://API_TOKEN@default?room_id=ID"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "5efeaaa5e459427342b3397ce8c935b17a9b14ee"
|
|
}
|
|
}
|
|
}
|