mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"bundles": {
|
|
"Facile\\MongoDbBundle\\FacileMongoDbBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
},
|
|
"env": {
|
|
"MONGODB_HOST": "localhost",
|
|
"MONGODB_PORT": "27017",
|
|
"MONGODB_USER": null,
|
|
"MONGODB_PASSWORD": null,
|
|
"MONGODB_DB": "symfony"
|
|
}
|
|
}
|