File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ files and directories:
190
190
``env `` Configurator
191
191
~~~~~~~~~~~~~~~~~~~~
192
192
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:
195
195
196
196
.. code-block :: json
197
197
@@ -201,8 +201,7 @@ files stored in the root of the Symfony project:
201
201
}
202
202
}
203
203
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:
206
205
207
206
.. code-block :: bash
208
207
You can’t perform that action at this time.
0 commit comments