Skip to content

Commit

Permalink
Merge pull request #1291 from jimiero/smsense
Browse files Browse the repository at this point in the history
[Notifier][SMSense] Add recipe for SMSense notifier
  • Loading branch information
fabpot committed Feb 23, 2024
2 parents 85c581d + bf405e7 commit afc488b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/smsense-notifier/7.1/manifest.json
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsense: '%env(SMSENSE_DSN)%'"
}
],
"env": {
"#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM"
}
}

0 comments on commit afc488b

Please sign in to comment.