mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
* Add `mongodb/symfony-bundle` * Update mongodb/symfony-bundle/0.1/manifest.json Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net> --------- Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"bundles": {
|
|
"MongoDB\\Bundle\\MongoDBBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MONGODB_URI": "mongodb://localhost:27017"
|
|
}
|
|
}
|