add slot/mandrill-bundle

This commit is contained in:
Oskar Stark
2018-08-30 08:00:33 +02:00
parent 6b950533e3
commit 1f23df6840
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
slot_mandrill:
api_key: '%env(MANDRILL_API_KEY)%'
default:
sender: '%env(MANDRILL_DEFAULT_SENDER)%'
+12
View File
@@ -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"
}
}