From 203008ea98919f30557b3108f7f435c4a0afbbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szepczy=C5=84ski?= Date: Thu, 28 May 2020 15:20:25 +0200 Subject: [PATCH] Add smsapi-notifier recipe --- symfony/smsapi-notifier/5.1/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 symfony/smsapi-notifier/5.1/manifest.json diff --git a/symfony/smsapi-notifier/5.1/manifest.json b/symfony/smsapi-notifier/5.1/manifest.json new file mode 100644 index 00000000..4475e7f3 --- /dev/null +++ b/symfony/smsapi-notifier/5.1/manifest.json @@ -0,0 +1,6 @@ +{ + "env": { + "#1": "See https://www.smsapi.pl/docs/#autoryzacja", + "#2": "SMSAPI_DSN=smsapi://TOKEN@default?from=CHANNEL_ID" + } +}