mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add mailjet-bundle recipe
This commit is contained in:
4
mailjet/mailjet-bundle/1.0/config/packages/mailjet.yaml
Normal file
4
mailjet/mailjet-bundle/1.0/config/packages/mailjet.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
mailjet:
|
||||
api_key: "%env(MJ_APIKEY_PUBLIC)%"
|
||||
secret_key: "%env(MJ_APIKEY_PRIVATE)%"
|
||||
|
||||
12
mailjet/mailjet-bundle/1.0/manifest.json
Normal file
12
mailjet/mailjet-bundle/1.0/manifest.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user