From 92f6ec704a7378d1661ce8234987f8f17bda4a78 Mon Sep 17 00:00:00 2001 From: tacman Date: Tue, 3 Dec 2019 12:37:52 -0500 Subject: [PATCH] Remove reference to .env.dist Since .env.local is now used instead, and .env is used instead of .env.dist. --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fd6311eb0..8d3b93d26 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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