mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"bundles": {
|
|
"Mailjet\\MailjetBundle\\MailjetBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAILJET_APIKEY_PUBLIC": "your-api_key",
|
|
"MAILJET_APIKEY_PRIVATE": "@@your-secret_key"
|
|
}
|
|
}
|