mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"bundles": {
|
|
"Dekalee\\MailjetBundle\\DekaleeMailjetBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"DEKALEE_MAILJET_API_KEY": "your-api_key",
|
|
"DEKALEE_MAILJET_SECRET_KEY": "@@your-secret_key",
|
|
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id",
|
|
"DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email"
|
|
}
|
|
}
|