Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@ If you want to configure multiple connections in YAML, put them under the
user: root
password: null
host: localhost
server_version: 5.6
server_version: '5.6'
customer:
dbname: customer
user: root
password: null
host: localhost
server_version: 5.7
server_version: '5.7'

The ``database_connection`` service always refers to the *default* connection,
which is the first one defined or the one configured via the
Expand Down