We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fb2ac commit aa3f53dCopy full SHA for aa3f53d
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
+ url: mysql://db_user:db_password@127.0.0.1:3306/db_name
297
# the DBAL driverClass option
298
driver_class: MyNamespace\MyDriverImpl
299
# the DBAL driverOptions option
0 commit comments