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