Files
symfony-flex-recipes/symfony.mattermost-notifier.5.1.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +00:00

24 lines
845 B
JSON

{
"manifests": {
"symfony/mattermost-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
"content": " mattermost: '%env(MATTERMOST_DSN)%'"
}
],
"env": {
"#1": "See https://docs.mattermost.com/developer/bot-accounts.html",
"#2": "MATTERMOST_DSN=mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL"
}
},
"files": [],
"ref": "60df16a0ff39e942f6579e624d5630fc6b4e0cc1"
}
}
}