From 1f23df684091c955458cc4ba4485179addf9888c Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 30 Aug 2018 07:57:47 +0200 Subject: [PATCH] add slot/mandrill-bundle --- .../1.1/config/packages/slot_mandrill.yaml | 4 ++++ slot/mandrill-bundle/1.1/manifest.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 slot/mandrill-bundle/1.1/config/packages/slot_mandrill.yaml create mode 100644 slot/mandrill-bundle/1.1/manifest.json 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" + } +}