mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"bundles": {
|
|
"FOS\\UserBundle\\FOSUserBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAILER_SENDER_ADDRESS": "joh.doe@example.com",
|
|
"MAILER_SENDER_NAME": "John Doe"
|
|
}
|
|
}
|