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 2aa9ff7 commit 6d8ec6aCopy full SHA for 6d8ec6a
configuration.rst
@@ -227,8 +227,9 @@ This is referenced inside ``config/packages/doctrine.yaml``:
227
dbal:
228
url: '%env(DATABASE_URL)%'
229
230
- # the resolve: prefix will resolve parameters *inside* the env variable
+ # The `resolve:` prefix will resolve parameters *inside* the env variable:
231
# url: '%env(resolve:DATABASE_URL)%'
232
+ # This will not work if you have urlencoded values in your `DATABASE_URL`.
233
234
For more details about environment variables, see :ref:`config-env-vars`.
235
0 commit comments