mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Merge pull request #1348 from symfony/sweego-notifier
[Notifier] Add Sweego Bridge recipe
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sweego: '%env(SWEEGO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user