mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Remove reference to .env.dist
Since .env.local is now used instead, and .env is used instead of .env.dist.
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user