mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
755 B
JSON
23 lines
755 B
JSON
{
|
|
"manifests": {
|
|
"symfony/redlink-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " redlink: '%env(REDLINK_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=FROM&version=VERSION"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "6e9e5d33eb628a344628749031b876bdd1d92980"
|
|
}
|
|
}
|
|
}
|