mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"bundles": {
|
|
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"var/": "%VAR_DIR%/"
|
|
},
|
|
"env": {
|
|
"EMAIL_FROM": "from@example.com",
|
|
"ADMIN_URL": "http://localhost"
|
|
}
|
|
}
|