mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add slot/mandrill-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
slot_mandrill:
|
||||||
|
api_key: '%env(MANDRILL_API_KEY)%'
|
||||||
|
default:
|
||||||
|
sender: '%env(MANDRILL_DEFAULT_SENDER)%'
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Slot\\MandrillBundle\\SlotMandrillBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"MANDRILL_API_KEY": "",
|
||||||
|
"MANDRILL_DEFAULT_SENDER": "info@example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user