Skip to content

Commit

Permalink
[Notifier] [Primotexto] Add recipe for Primotexto notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaël Tomas committed Apr 30, 2024
1 parent 8cba886 commit 2bed0aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/primotexto-notifier/7.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " primotexto: '%env(PRIMOTEXTO_DSN)%'"
}
],
"env": {
"#1": "PRIMOTEXTO_DSN=primotexto://API_KEY@default?from=FROM"
}
}

0 comments on commit 2bed0aa

Please sign in to comment.