mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
725 B
JSON
23 lines
725 B
JSON
{
|
|
"manifests": {
|
|
"symfony/mastodon-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " mastodon: '%env(MASTODON_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MASTODON_DSN=mastodon://ACCESS_TOKEN@HOST"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "7876aee0d76e1d77c46a0ad44d49c9f2b42805a8"
|
|
}
|
|
}
|
|
}
|