Skip to content

Commit aa3f53d

Browse files
yordandvweaverryan
yordandv
authored andcommitted
Add "url" key in dbal configuration
"url" key exist in default doctrine configuration created from flex (doctrine.yaml)
1 parent 86fb2ac commit aa3f53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ The following block shows all possible configuration keys:
293293
user: user
294294
password: secret
295295
driver: pdo_mysql
296+
url: mysql://db_user:db_password@127.0.0.1:3306/db_name
296297
# the DBAL driverClass option
297298
driver_class: MyNamespace\MyDriverImpl
298299
# the DBAL driverOptions option

0 commit comments

Comments
 (0)