From 718a65a0068bd081b9b346bbd9a25c0eca7fc239 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Sat, 23 Jan 2021 01:43:57 +0100 Subject: [PATCH] Add recipe for SpotHit Notifier bridge --- symfony/spot-hit-notifier/5.3/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/spot-hit-notifier/5.3/manifest.json diff --git a/symfony/spot-hit-notifier/5.3/manifest.json b/symfony/spot-hit-notifier/5.3/manifest.json new file mode 100644 index 00000000..d7733d94 --- /dev/null +++ b/symfony/spot-hit-notifier/5.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "SPOTHIT_DSN=spothit://api_token@default?from=MyCompany" + } +}