Skip to content

Commit

Permalink
Add mongodb/symfony-bundle (#1560)
Browse files Browse the repository at this point in the history
* Add `mongodb/symfony-bundle`

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

Co-authored-by: Jérôme Tamarelle <[email protected]>

---------

Co-authored-by: Jérôme Tamarelle <[email protected]>
  • Loading branch information
OskarStark and GromNaN authored Nov 10, 2023
1 parent 749e046 commit fefc19c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongodb/symfony-bundle/0.1/config/packages/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mongodb:
clients:
default: '%env(MONGODB_URI)%'
11 changes: 11 additions & 0 deletions mongodb/symfony-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bundles": {
"MongoDB\\Bundle\\MongoDBBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONGODB_URI": "mongodb://localhost:27017"
}
}

0 comments on commit fefc19c

Please sign in to comment.