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 46ebb09 commit 84c200aCopy full SHA for 84c200a
components/dotenv.rst
@@ -151,11 +151,15 @@ Use environment variables in values by prefixing variables with ``$``:
151
152
Define a default value in case the environment variable is not set:
153
154
- .. code-block:: terminal
+.. code-block:: terminal
155
156
DB_USER=
157
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
158
159
+.. versionadded:: 4.4
160
+
161
+ The support for default values has been introduced in Symfony 4.4.
162
163
Embed commands via ``$()`` (not supported on Windows):
164
165
.. code-block:: terminal
0 commit comments