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 d2031dd commit 5c281edCopy full SHA for 5c281ed
configuration.rst
@@ -576,10 +576,6 @@ Define a default value in case the environment variable is not set:
576
DB_USER=
577
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
578
579
-.. versionadded:: 4.4
580
-
581
- The support for default values has been introduced in Symfony 4.4.
582
583
Embed commands via ``$()`` (not supported on Windows):
584
585
.. code-block:: bash
0 commit comments