Skip to content

Commit 92f6ec7

Browse files
authored
Remove reference to .env.dist
Since .env.local is now used instead, and .env is used instead of .env.dist.
1 parent 4fcfbbe commit 92f6ec7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ files and directories:
190190
``env`` Configurator
191191
~~~~~~~~~~~~~~~~~~~~
192192

193-
Adds the given list of environment variables to the ``.env`` and ``.env.dist``
194-
files stored in the root of the Symfony project:
193+
Adds the given list of environment variables to the ``.env``
194+
file stored in the root of the Symfony project:
195195

196196
.. code-block:: json
197197
@@ -201,8 +201,7 @@ files stored in the root of the Symfony project:
201201
}
202202
}
203203
204-
This recipe is converted into the following content appended to the ``.env``
205-
and ``.env.dist`` files:
204+
This recipe is converted into the following content appended to the ``.env`` file:
206205

207206
.. code-block:: bash
208207

0 commit comments

Comments
 (0)