File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Full Default Configuration
68
68
profiling : ' %kernel.debug%'
69
69
driver_class : ~
70
70
wrapper_class : ~
71
+ # the DBAL keepSlave option
72
+ keep_slave : false
71
73
options :
72
74
# an array of options
73
75
key : []
@@ -209,6 +211,7 @@ Full Default Configuration
209
211
logging =" %kernel.debug%"
210
212
platform-service =" MyOwnDatabasePlatformService"
211
213
server-version =" 5.6"
214
+ keep-slave =" false"
212
215
>
213
216
<doctrine : option key =" foo" >bar</doctrine : option >
214
217
<doctrine : mapping-type name =" enum" >string</doctrine : mapping-type >
@@ -405,8 +408,6 @@ The following block shows all possible configuration keys:
405
408
enum : string
406
409
types :
407
410
custom : Acme\HelloBundle\MyCustomType
408
- # the DBAL keepSlave option
409
- keep_slave : false
410
411
411
412
.. code-block :: xml
412
413
You can’t perform that action at this time.
0 commit comments