diff --git a/slot/mandrill-bundle/1.1/config/packages/slot_mandrill.yaml b/slot/mandrill-bundle/1.1/config/packages/slot_mandrill.yaml new file mode 100644 index 00000000..d8c92ed6 --- /dev/null +++ b/slot/mandrill-bundle/1.1/config/packages/slot_mandrill.yaml @@ -0,0 +1,4 @@ +slot_mandrill: + api_key: '%env(MANDRILL_API_KEY)%' + default: + sender: '%env(MANDRILL_DEFAULT_SENDER)%' diff --git a/slot/mandrill-bundle/1.1/manifest.json b/slot/mandrill-bundle/1.1/manifest.json new file mode 100644 index 00000000..c4174230 --- /dev/null +++ b/slot/mandrill-bundle/1.1/manifest.json @@ -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" + } +}