mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"slot/mandrill-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Slot\\MandrillBundle\\SlotMandrillBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MANDRILL_API_KEY": "",
|
|
"MANDRILL_DEFAULT_SENDER": "info@example.com"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/slot_mandrill.yaml": {
|
|
"contents": [
|
|
"slot_mandrill:",
|
|
" api_key: '%env(MANDRILL_API_KEY)%'",
|
|
" default:",
|
|
" sender: '%env(MANDRILL_DEFAULT_SENDER)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "9699b1844f1c1aa58699ce7073867ec36a09082a"
|
|
}
|
|
}
|
|
}
|