Files
symfony-flex-recipes-contrib/facile-it/mongodb-bundle/0.6/manifest.json
T

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"
}
}