Files
symfony-flex-recipes-contrib/codebuds.mattermost-publication-bundle.0.3.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.3 KiB
JSON

{
"manifests": {
"codebuds/mattermost-publication-bundle": {
"manifest": {
"bundles": {
"CodeBuds\\MattermostPublicationBundle\\MattermostPublicationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MATTERMOST_WEBHOOK_URL": "http://{your-mattermost-site}/hooks/xxx-generatedkey-xxx"
}
},
"files": {
"config/packages/mattermost_publication.yaml": {
"contents": [
"mattermost_publication:",
" webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%'",
" # You can also set the default channel, username and icon_url",
" # for more information you can checkout the bundle documentation",
" # https://github.com/codebuds33/mattermost-publication-bundle/blob/master/README.md",
""
],
"executable": false
}
},
"ref": "58f0ed3809bec1377c9300348997777fcc4f6d94"
}
}
}