mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
23 lines
728 B
JSON
23 lines
728 B
JSON
{
|
|
"manifests": {
|
|
"symfony/pager-duty-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " pagerduty: '%env(PAGERDUTY_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "PAGERDUTY_DSN=pagerduty://TOKEN@SUBDOMAIN"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "17a2961d885a9252f4d17331f93bbef0e19dd5c0"
|
|
}
|
|
}
|
|
}
|