Skip to content

Commit f6145b5

Browse files
authored
Add LINE Bot notifier recipe
1 parent 74769e1 commit f6145b5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " chatter_transports:",
8+
"content": " linebot: '%env(LINE_BOT_DSN)%'"
9+
}
10+
],
11+
"env": {
12+
"#1": "LINE_BOT_DSN=linebot://TOKEN@default?receiver=RECEIVER"
13+
}
14+
}

0 commit comments

Comments
 (0)