From 33888b6a6960802b1f09ce5eb5874e88495779b9 Mon Sep 17 00:00:00 2001 From: sparrowek Date: Thu, 12 Dec 2019 21:23:43 +0100 Subject: [PATCH] Update configuration.rst As is explained elsewhere "The real environment variables defined in the server always win over the env vars created by the ``.env`` files" so the word override is misleading here. The .env file does not override server variables. --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 89961f0e5ef..d658714e4b3 100644 --- a/configuration.rst +++ b/configuration.rst @@ -563,7 +563,7 @@ Configuring Environment Variables in Production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In production, the ``.env`` files are also parsed and loaded on each request so -you can override the env vars already defined in the server. In order to improve +you can add env vars to those already defined in the server. In order to improve performance, you can run the ``dump-env`` command (available when using :ref:`Symfony Flex ` 1.2 or later).