From cfe3b0a57851e10de0cc3cbec203e42788b8ecac Mon Sep 17 00:00:00 2001 From: Daniel Gorgan Date: Sat, 27 Nov 2021 02:56:40 +0200 Subject: [PATCH 1/2] [Notifier] Add Engagespot recipe --- symfony/engagespot-notifier/5.4/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/engagespot-notifier/5.4/manifest.json diff --git a/symfony/engagespot-notifier/5.4/manifest.json b/symfony/engagespot-notifier/5.4/manifest.json new file mode 100644 index 000000000..271a90a1a --- /dev/null +++ b/symfony/engagespot-notifier/5.4/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=DEFAULT_CAMPAIGN" + } +} From 1322527f4b84886c959d77a422d6376e9a19a5e3 Mon Sep 17 00:00:00 2001 From: Daniel Gorgan Date: Sat, 27 Nov 2021 09:56:30 +0200 Subject: [PATCH 2/2] Update symfony/engagespot-notifier/5.4/manifest.json Co-authored-by: Oskar Stark --- symfony/engagespot-notifier/5.4/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/engagespot-notifier/5.4/manifest.json b/symfony/engagespot-notifier/5.4/manifest.json index 271a90a1a..a3615cc43 100644 --- a/symfony/engagespot-notifier/5.4/manifest.json +++ b/symfony/engagespot-notifier/5.4/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=DEFAULT_CAMPAIGN" + "#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME" } }