Skip to content

Commit

Permalink
Fix broken & missing notifier recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnito-org committed Jun 20, 2022
1 parent c88ce96 commit 3ae802c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symfony/all-my-sms-notifier/5.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM"
}
}
5 changes: 5 additions & 0 deletions symfony/gateway-api-notifier/5.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "GATEWAYAPI_DSN=gatewayapi://TOKEN@default?from=FROM"
}
}
5 changes: 5 additions & 0 deletions symfony/mailjet-notifier/5.4/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "MAILJET_DSN=mailjet://TOKEN@default?from=FROM"
}
}
5 changes: 5 additions & 0 deletions symfony/orange-sms-notifier/6.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "ORANGE_SMS_DSN=orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME"
}
}
5 changes: 5 additions & 0 deletions symfony/vonage-notifier/5.4/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "VONAGE_DSN=vonage://KEY:SECRET@default?from=FROM"
}
}

0 comments on commit 3ae802c

Please sign in to comment.