Skip to content

Commit

Permalink
Merge pull request #1346 from pan93412/line-bot-notifier
Browse files Browse the repository at this point in the history
Add LINE Bot notifier recipe
  • Loading branch information
fabpot authored Oct 14, 2024
2 parents 2299842 + f6145b5 commit 802e060
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/line-bot-notifier/7.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"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"
}
}

0 comments on commit 802e060

Please sign in to comment.