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