mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Add mailjet-bundle recipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
mailjet:
|
||||||
|
api_key: "%env(MJ_APIKEY_PUBLIC)%"
|
||||||
|
secret_key: "%env(MJ_APIKEY_PRIVATE)%"
|
||||||
|
|
||||||
@@ -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