mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": [
|
|
" linebot: '%env(LINE_BOT_DSN)%'"
|
|
]
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "LINE_BOT_DSN=linebot://TOKEN@default?receiver=RECEIVER"
|
|
}
|
|
}
|