From eecb1c118c996a1191b7c5c74875d55d6edcdbac Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 4 Jun 2019 10:18:18 -0400 Subject: [PATCH] Clarifying that you can't override real env vars --- configuration/dot-env-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/dot-env-changes.rst b/configuration/dot-env-changes.rst index 1dff2d140d2..596f206853e 100644 --- a/configuration/dot-env-changes.rst +++ b/configuration/dot-env-changes.rst @@ -23,7 +23,7 @@ important changes: this file is committed, it should contain non-sensitive, default values. Basically, the ``.env.dist`` file was moved to ``.env``. -* C) A ``.env.local`` file can now be created to *override* environment variables for +* C) A ``.env.local`` file can now be created to *override* values in ``.env`` for your machine. This file is ignored in the new ``.gitignore``. * D) When testing, your ``.env`` file is now read, making it consistent with all