Skip to content

Commit

Permalink
Remove reference to .env.dist
Browse files Browse the repository at this point in the history
Since .env.local is now used instead, and .env is used instead of .env.dist.
  • Loading branch information
tacman authored Dec 3, 2019
1 parent 4fcfbbe commit 92f6ec7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ files and directories:
``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 @@ -201,8 +201,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

0 comments on commit 92f6ec7

Please sign in to comment.