Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-19 15:44:29 +00:00
parent d1c43afd19
commit 7fa28e54e3
561 changed files with 25665 additions and 0 deletions
@@ -0,0 +1,43 @@
{
"locks": {
"codebuds/mattermost-publication-bundle": {
"version": "0.3",
"recipe": {
"repo": "0.3",
"branch": "master",
"version": "0.3",
"ref": "58f0ed3809bec1377c9300348997777fcc4f6d94"
}
}
},
"manifests": {
"codebuds/mattermost-publication-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "codebuds/mattermost-publication-bundle",
"version": "0.3",
"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:\n webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%'\n # You can also set the default channel, username and icon_url\n # for more information you can checkout the bundle documentation\n # https://github.com/codebuds33/mattermost-publication-bundle/blob/master/README.md\n",
"executable": false,
"encoding": ""
}
},
"origin": "codebuds/mattermost-publication-bundle:0.3@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}