From f6145b56781fc3a7ae3d86e2a08af1eafe99b841 Mon Sep 17 00:00:00 2001 From: pan93412 Date: Fri, 11 Oct 2024 14:23:54 +0800 Subject: [PATCH] Add LINE Bot notifier recipe --- symfony/line-bot-notifier/7.2/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/line-bot-notifier/7.2/manifest.json diff --git a/symfony/line-bot-notifier/7.2/manifest.json b/symfony/line-bot-notifier/7.2/manifest.json new file mode 100644 index 000000000..99e2aad5b --- /dev/null +++ b/symfony/line-bot-notifier/7.2/manifest.json @@ -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" + } +}