From e2b9eec274f8b197702d346657668ea9d2d478c0 Mon Sep 17 00:00:00 2001 From: simivar Date: Sun, 12 Apr 2020 23:59:57 +0200 Subject: [PATCH] Add RocketChat Notifier recipe --- symfony/rocket-chat-notifier/5.1/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/rocket-chat-notifier/5.1/manifest.json diff --git a/symfony/rocket-chat-notifier/5.1/manifest.json b/symfony/rocket-chat-notifier/5.1/manifest.json new file mode 100644 index 00000000..5fada33c --- /dev/null +++ b/symfony/rocket-chat-notifier/5.1/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "ROCKETCHAT_DSN=rocketchat://ACCESS_TOKEN@default?channel=CHANNEL" + } +}