mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
24 lines
845 B
JSON
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": "4ef2737ce2b73ffa6941da9d75101faa6205eb43"
|
|
}
|
|
}
|
|
}
|