Add mongodb/symfony-bundle (#1560)

* Add `mongodb/symfony-bundle`

* Update mongodb/symfony-bundle/0.1/manifest.json

Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>

---------

Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
This commit is contained in:
Oskar Stark
2023-11-10 10:34:28 +01:00
committed by GitHub
co-authored by Jérôme Tamarelle
parent 749e0466be
commit fefc19c5ae
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
mongodb:
clients:
default: '%env(MONGODB_URI)%'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"MongoDB\\Bundle\\MongoDBBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONGODB_URI": "mongodb://localhost:27017"
}
}