Skip to content

Commit e7e52ca

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Change language about storing .env files in the repo
2 parents 4dff16c + 134a7f0 commit e7e52ca

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
@@ -108,8 +108,8 @@ environments by passing them as additional arguments to ``Dotenv::loadEnv()``
108108

109109
The ``Dotenv::loadEnv()`` method was introduced in Symfony 4.2.
110110

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

115115
.. note::

0 commit comments

Comments
 (0)