Skip to content

Commit eb93d15

Browse files
Reword
1 parent 6d8ec6a commit eb93d15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configuration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,8 @@ This is referenced inside ``config/packages/doctrine.yaml``:
227227
dbal:
228228
url: '%env(DATABASE_URL)%'
229229
230-
# The `resolve:` prefix will resolve parameters *inside* the env variable:
230+
# The `resolve:` prefix replaces container params by their values inside the env variable:
231231
# url: '%env(resolve:DATABASE_URL)%'
232-
# This will not work if you have urlencoded values in your `DATABASE_URL`.
233232
234233
For more details about environment variables, see :ref:`config-env-vars`.
235234

0 commit comments

Comments
 (0)