File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ one bundle that integrates them into Symfony. If you're using the Symfony
32
32
Standard Distribution, add the following to the ``deps `` file at the root
33
33
of your project:
34
34
35
- .. code-block :: text
35
+ .. code-block :: text
36
36
37
37
[DoctrineMongoDBBundle]
38
38
git=http://github.com/symfony/DoctrineMongoDBBundle.git
@@ -89,15 +89,15 @@ the MongoDB ODM across your application:
89
89
90
90
# app/config/config.yml
91
91
doctrine_mongodb :
92
- connections :
93
- default :
94
- server : mongodb://localhost:27017
95
- options :
96
- connect : true
97
- default_database : test_database
98
- document_managers :
99
- default :
100
- auto_mapping : true
92
+ connections :
93
+ default :
94
+ server : mongodb://localhost:27017
95
+ options :
96
+ connect : true
97
+ default_database : test_database
98
+ document_managers :
99
+ default :
100
+ auto_mapping : true
101
101
102
102
.. note ::
103
103
You can’t perform that action at this time.
0 commit comments