File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -305,13 +305,13 @@ Symfony applications come with a file called ``.env`` located at the project
305305root directory. This file is used to define the value of environment variables
306306and it's explained in detail :ref: `later in this article <config-dot-env >`.
307307
308- Open the ``.env `` file and edit the value of the `` APP_ENV `` variable to change
309- the environment in which the application runs. For example, to run the
310- application in production:
308+ Open the ``.env `` file (or better, the `` .env.local `` file if you created one)
309+ and edit the value of the `` APP_ENV `` variable to change the environment in
310+ which the application runs. For example, to run the application in production:
311311
312312.. code-block :: bash
313313
314- # .env
314+ # .env (or .env.local)
315315 APP_ENV=prod
316316
317317 This value is used both for the web and for the console commands. However, you
You can’t perform that action at this time.
0 commit comments