mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
13 lines
280 B
JSON
Executable File
13 lines
280 B
JSON
Executable File
{
|
|
"bundles": {
|
|
"Wandi\\MailerBundle\\WandiMailerBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WANDI_MAILER_SENDER_NAME": "Example",
|
|
"WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld"
|
|
}
|
|
}
|