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 8915542 commit 50bddbdCopy full SHA for 50bddbd
configuration/external_parameters.rst
@@ -252,16 +252,6 @@ Symfony provides the following env var processors:
252
sentry:
253
dsn: '%env(resolve:SENTRY_DSN)%'
254
255
-``env(csv:FOO)``
256
- Decodes the content of ``FOO``, which is a CSV-encoded string:
257
-
258
- .. code-block:: yaml
259
260
- parameters:
261
- env(TRUSTED_HOSTS): "10.0.0.1, 10.0.0.2"
262
- framework:
263
- trusted_hosts: '%env(csv:TRUSTED_HOSTS)%'
264
265
``env(file:FOO)``
266
Returns the contents of a file whose path is the value of the ``FOO`` env var:
267
0 commit comments