mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[Notifier] [SMSense] Add recipe for SMSense notifier
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": " smsense: '%env(SMSENSE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user