From 2ee0cd4c3a3ada72e9b0073ef5fc4049e84f4cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20MARTIN?= Date: Fri, 8 Jan 2021 17:09:35 +0100 Subject: [PATCH] Add Octopush notifier transport --- symfony/octopush-notifier/5.3/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/octopush-notifier/5.3/manifest.json diff --git a/symfony/octopush-notifier/5.3/manifest.json b/symfony/octopush-notifier/5.3/manifest.json new file mode 100644 index 00000000..bf8cc6f9 --- /dev/null +++ b/symfony/octopush-notifier/5.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE" + } +}