From 0f28cd6fdf8b9676e190a39c0b9bcc94ce488547 Mon Sep 17 00:00:00 2001 From: Quentin Dequippe Date: Fri, 4 Nov 2022 09:14:31 +0100 Subject: [PATCH] Add Mastodon Notifier recipe --- symfony/mastodon-notifier/6.3/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/mastodon-notifier/6.3/manifest.json diff --git a/symfony/mastodon-notifier/6.3/manifest.json b/symfony/mastodon-notifier/6.3/manifest.json new file mode 100644 index 000000000..c2d00216c --- /dev/null +++ b/symfony/mastodon-notifier/6.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "MASTODON_DSN=mastodon://ACCESS_TOKEN@HOST" + } +}