From 4de94de3cf54ca4f4392587490d172f86e516879 Mon Sep 17 00:00:00 2001 From: Maxime Hermouet Date: Wed, 6 Jun 2018 17:09:11 +0200 Subject: [PATCH] Add recipe for ExpertCoder Swiftmailer SendGrid Bundle --- .../config/expert_coder_swiftmailer_send_grid.yaml | 3 +++ .../swiftmailer-send-grid-bundle/2.0/manifest.json | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 expertcoder/swiftmailer-send-grid-bundle/2.0/config/expert_coder_swiftmailer_send_grid.yaml create mode 100644 expertcoder/swiftmailer-send-grid-bundle/2.0/manifest.json diff --git a/expertcoder/swiftmailer-send-grid-bundle/2.0/config/expert_coder_swiftmailer_send_grid.yaml b/expertcoder/swiftmailer-send-grid-bundle/2.0/config/expert_coder_swiftmailer_send_grid.yaml new file mode 100644 index 00000000..fffda075 --- /dev/null +++ b/expertcoder/swiftmailer-send-grid-bundle/2.0/config/expert_coder_swiftmailer_send_grid.yaml @@ -0,0 +1,3 @@ +expert_coder_swiftmailer_send_grid: + api_key: '%env(SENDGRID_API_KEY)%_' + #categories: [development, client_name] \ No newline at end of file diff --git a/expertcoder/swiftmailer-send-grid-bundle/2.0/manifest.json b/expertcoder/swiftmailer-send-grid-bundle/2.0/manifest.json new file mode 100644 index 00000000..56f7da02 --- /dev/null +++ b/expertcoder/swiftmailer-send-grid-bundle/2.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + }, + "env": { + "SENDGRID_API_KEY": "..." + } +} \ No newline at end of file