From 51091b735efea08350ae341c4e6d46a4291abaca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20TAMARELLE?= Date: Tue, 11 Aug 2020 23:14:10 +0200 Subject: [PATCH] Add symfony/google-chat-notifier recipe --- symfony/google-chat-notifier/5.2/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 symfony/google-chat-notifier/5.2/manifest.json diff --git a/symfony/google-chat-notifier/5.2/manifest.json b/symfony/google-chat-notifier/5.2/manifest.json new file mode 100644 index 000000000..508463cf8 --- /dev/null +++ b/symfony/google-chat-notifier/5.2/manifest.json @@ -0,0 +1,6 @@ +{ + "env": { + "#1": "See https://developers.google.com/hangouts/chat/how-tos/webhooks", + "#2": "GOOGLE_CHAT_DSN=googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY" + } +}