File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
doctrine/mongodb-odm-bundle/3.3 Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ doctrine_mongodb :
2
+ auto_generate_proxy_classes : ' %kernel.debug%'
3
+ auto_generate_hydrator_classes : ' %kernel.debug%'
4
+ connections :
5
+ default :
6
+ server : ' %env(MONGODB_URL)%'
7
+ options : {}
8
+ document_managers :
9
+ default :
10
+ auto_mapping : true
11
+ mappings :
12
+ App :
13
+ is_bundle : false
14
+ type : annotation
15
+ dir : ' %kernel.project_dir%/src/Document'
16
+ prefix : App\Document\
17
+ alias : App
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "Doctrine\\ Bundle\\ MongoDBBundle\\ DoctrineMongoDBBundle" : [" all" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "etc/" : " %ETC_DIR%/" ,
7
+ "src/" : " %SRC_DIR%/"
8
+ },
9
+ "env" : {
10
+ "MONGODB_URL" : " mongodb://localhost:27017/symfony"
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments