Merge pull request #463

This commit is contained in:
symfony-flex-server[bot]
2018-08-30 14:48:23 +00:00
committed by GitHub
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"
}
}