Skip to content

Commit 209c3fc

Browse files
committed
minor #11669 Clarifying that you can't override real env vars (weaverryan)
This PR was merged into the 4.2 branch. Discussion ---------- Clarifying that you can't override real env vars As pointed out by Nicolas Grekas. Commits ------- eecb1c1 Clarifying that you can't override real env vars
2 parents 02904b3 + eecb1c1 commit 209c3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/dot-env-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ important changes:
2323
this file is committed, it should contain non-sensitive, default values. Basically,
2424
the ``.env.dist`` file was moved to ``.env``.
2525

26-
* C) A ``.env.local`` file can now be created to *override* environment variables for
26+
* C) A ``.env.local`` file can now be created to *override* values in ``.env`` for
2727
your machine. This file is ignored in the new ``.gitignore``.
2828

2929
* D) When testing, your ``.env`` file is now read, making it consistent with all

0 commit comments

Comments
 (0)