Merge pull request #1356 from tacman/patch-1

remove references to .env.dist
This commit is contained in:
Fabien Potencier
2024-11-18 14:18:35 +01:00
committed by GitHub
+3 -4
View File
@@ -218,8 +218,8 @@ instead.
``env`` Configurator
~~~~~~~~~~~~~~~~~~~~
Adds the given list of environment variables to the ``.env`` and ``.env.dist``
files stored in the root of the Symfony project:
Adds the given list of environment variables to the ``.env``
file stored in the root of the Symfony project:
.. code-block:: json
@@ -229,8 +229,7 @@ files stored in the root of the Symfony project:
}
}
This recipe is converted into the following content appended to the ``.env``
and ``.env.dist`` files:
This recipe is converted into the following content appended to the ``.env`` file:
.. code-block:: bash