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 6d8ec6a commit eb93d15Copy full SHA for eb93d15
configuration.rst
@@ -227,9 +227,8 @@ 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 replaces container params by their values 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