Skip to content

Commit 1d25878

Browse files
committed
Merge branch '4.4'
* 4.4: Change language about storing .env files in the repo
2 parents ba140cc + e7e52ca commit 1d25878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dotenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ You can adjust the variable defining the environment, default environment and te
104104
environments by passing them as additional arguments to ``Dotenv::loadEnv()``
105105
(see :method:`Symfony\\Component\\Dotenv\\Dotenv::loadEnv` for details).
106106

107-
You should never store a ``.env`` file in your code repository as it might
108-
contain sensitive information; create a ``.env.dist`` file (or multiple
107+
You should never store a ``.env.local`` file in your code repository as it might
108+
contain sensitive information; create a ``.env`` file (or multiple
109109
environment-specific ones as shown above) with sensible defaults instead.
110110

111111
.. note::

0 commit comments

Comments
 (0)