We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2299842 + f6145b5 commit 802e060Copy full SHA for 802e060
symfony/line-bot-notifier/7.2/manifest.json
@@ -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