Files
symfony-flex-recipes-contrib/mongodb.symfony-bundle.0.1.json
github-action[bot]andgithub-action[bot] 22c3fa393d Update Flex endpoint
2023-11-10 09:34:41 +00:00

32 lines
915 B
JSON

{
"manifests": {
"mongodb/symfony-bundle": {
"manifest": {
"bundles": {
"MongoDB\\Bundle\\MongoDBBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONGODB_URI": "mongodb://localhost:27017"
}
},
"files": {
"config/packages/mongodb.yaml": {
"contents": [
"mongodb:",
" clients:",
" default: '%env(MONGODB_URI)%'",
""
],
"executable": false
}
},
"ref": "117afa1e88497f721fd84a9e83dccca616b3029a"
}
}
}