mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"bundles": {
|
|
"Slot\\MandrillBundle\\SlotMandrillBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MANDRILL_API_KEY": "",
|
|
"MANDRILL_DEFAULT_SENDER": "info@example.com"
|
|
}
|
|
}
|