mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"bundles": {
|
|
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"container": {
|
|
"env(MONGODB_URL)": "",
|
|
"env(MONGODB_DB)": ""
|
|
},
|
|
"env": {
|
|
"MONGODB_URL": "mongodb://localhost:27017",
|
|
"MONGODB_DB": "symfony"
|
|
}
|
|
}
|