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 ee9ba3a commit 40c3c16Copy full SHA for 40c3c16
configuration/external_parameters.rst
@@ -257,6 +257,9 @@ Symfony provides the following env var processors:
257
framework:
258
trusted_hosts: '%env(csv:TRUSTED_HOSTS)%'
259
260
+ .. versionadded:: 4.1
261
+ The ``csv`` processor was introduced in Symfony 4.1.
262
+
263
``env(file:FOO)``
264
Returns the contents of a file whose path is the value of the ``FOO`` env var:
265
0 commit comments