mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"bundles": {
|
|
"Nucleos\\UserBundle\\NucleosUserBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAIL_SENDER": "no-reply@localhost"
|
|
}
|
|
}
|
|
|