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.
2 parents f614c44 + 1dc526b commit 8d53c58Copy full SHA for 8d53c58
README.rst
@@ -218,8 +218,8 @@ instead.
218
``env`` Configurator
219
~~~~~~~~~~~~~~~~~~~~
220
221
-Adds the given list of environment variables to the ``.env`` and ``.env.dist``
222
-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:
223
224
.. code-block:: json
225
@@ -229,8 +229,7 @@ files stored in the root of the Symfony project:
229
}
230
231
232
-This recipe is converted into the following content appended to the ``.env``
233
-and ``.env.dist`` files:
+This recipe is converted into the following content appended to the ``.env`` file:
234
235
.. code-block:: bash
236
0 commit comments