mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
14 lines
303 B
JSON
14 lines
303 B
JSON
{
|
|
"bundles": {
|
|
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MONGODB_URL": "mongodb://localhost:27017",
|
|
"MONGODB_DB": "symfony"
|
|
}
|
|
}
|