mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Wrong comment in doctrine/doctrine-bundle 2.3 recipe
Unrecognized option "username" under "doctrine.dbal.connections.default"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#doctrine:
|
||||
# dbal:
|
||||
# # Overrides the database name in the test environment only
|
||||
# # "host", "port", "username", & "password" can also be set to override their respective url parts
|
||||
# # "host", "port", "user", & "password" can also be set to override their respective url parts
|
||||
# #
|
||||
# # If you're using ParaTest, "TEST_TOKEN" is set by ParaTest otherwise nothing is appended to the database name.
|
||||
# dbname: main_test%env(default::TEST_TOKEN)%
|
||||
|
||||
Reference in New Issue
Block a user