We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3f53d commit 577edd3Copy full SHA for 577edd3
reference/configuration/doctrine.rst
@@ -293,6 +293,7 @@ The following block shows all possible configuration keys:
293
user: user
294
password: secret
295
driver: pdo_mysql
296
+ # if the url option is specified, it will override the above config
297
url: mysql://db_user:db_password@127.0.0.1:3306/db_name
298
# the DBAL driverClass option
299
driver_class: MyNamespace\MyDriverImpl
0 commit comments