mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
[Notifier][Pushy] Add recipe for Pushy notifier (#1292)
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": " pushy: '%env(PUSHY_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PUSHY_DSN=pushy://API_KEY@default"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user