Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove references to .env.dist #1356

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading