Skip to content

Commit b430be8

Browse files
committed
Minor tweaks
1 parent 1d2ef41 commit b430be8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configuration.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ you can encrypt the value using the :doc:`secrets management system </configurat
718718
Listing Environment Variables
719719
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
720720

721-
To understand how environment variables are set by the Dotenv component parsing various
722-
files, you can run the following command:
721+
Use the ``debug:dotenv`` command to understand how Symfony parses the different
722+
``.env`` files to set the value of each environment variable:
723723

724724
.. code-block:: terminal
725725
@@ -747,6 +747,10 @@ files, you can run the following command:
747747
ALICE BOB BOB bob
748748
---------- ------- ---------- ------
749749
750+
.. versionadded:: 5.4
751+
752+
The ``debug:dotenv`` command was introduced in Symfony 5.4.
753+
750754
Additionally, and regardless of how you set environment variables, you can see all
751755
environment variables, with their values, referenced in Symfony's container configuration:
752756

0 commit comments

Comments
 (0)