diff --git a/mailjet/mailjet-bundle/1.0/config/packages/mailjet.yaml b/mailjet/mailjet-bundle/1.0/config/packages/mailjet.yaml new file mode 100644 index 00000000..6c3fc424 --- /dev/null +++ b/mailjet/mailjet-bundle/1.0/config/packages/mailjet.yaml @@ -0,0 +1,4 @@ +mailjet: + api_key: "%env(MJ_APIKEY_PUBLIC)%" + secret_key: "%env(MJ_APIKEY_PRIVATE)%" + diff --git a/mailjet/mailjet-bundle/1.0/manifest.json b/mailjet/mailjet-bundle/1.0/manifest.json new file mode 100644 index 00000000..5c3ca375 --- /dev/null +++ b/mailjet/mailjet-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Mailjet\\MailjetBundle\\MailjetBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MJ_APIKEY_PUBLIC": "your-api_key", + "MJ_APIKEY_PRIVATE": "@@your-secret_key" + } +}