We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1d2ef41 commitb430be8Copy full SHA for b430be8
configuration.rst
@@ -718,8 +718,8 @@ you can encrypt the value using the :doc:`secrets management system </configurat
718
Listing Environment Variables
719
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
720
721
-To understand how environment variables are set bytheDotenv component parsing various
722
-files, you can runthefollowing command:
+Use the ``debug:dotenv`` command to understand how Symfony parsesthedifferent
+``.env``files to setthevalue of each environment variable:
723
724
..code-block::terminal
725
@@ -747,6 +747,10 @@ files, you can run the following command:
747
ALICE BOB BOB bob
748
---------- ------- ---------- ------
749
750
+..versionadded::5.4
751
+
752
+ The ``debug:dotenv`` command was introduced in Symfony 5.4.
753
754
Additionally, and regardless of how you set environment variables, you can see all
755
environment variables, with their values, referenced in Symfony's container configuration:
756