Skip to content

Commit 6d8ec6a

Browse files
Update configuration.rst
Crossreference: 2aa9ff7
1 parent 2aa9ff7 commit 6d8ec6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ 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 will resolve parameters *inside* the env variable:
231231
# url: '%env(resolve:DATABASE_URL)%'
232+
# This will not work if you have urlencoded values in your `DATABASE_URL`.
232233
233234
For more details about environment variables, see :ref:`config-env-vars`.
234235

0 commit comments

Comments
 (0)