mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
19 lines
521 B
JSON
19 lines
521 B
JSON
{
|
|
"bundles": {
|
|
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"var/": "%VAR_DIR%/"
|
|
},
|
|
"env": {
|
|
"SLACK_HOOK_URL": "https://hooks.slack.com/...",
|
|
"SLACK_FROM": "Example",
|
|
"SLACK_TO": "#a-channel or @a-person",
|
|
"SLACK_MESSAGE": "A new bug was found!",
|
|
"EMAIL_FROM": "from@example.com",
|
|
"EMAIL_TO": "to@example.com",
|
|
"EMAIL_SUBJECT": "A new bug was found!"
|
|
}
|
|
}
|