Skip to content

Commit b715c2b

Browse files
committed
minor #12808 Update configuration.rst (sparrowek)
This PR was submitted for the 5.0 branch but it was merged into the 4.3 branch instead (closes #12808). Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 33888b6 Update configuration.rst
2 parents c7d9901 + 33888b6 commit b715c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Configuring Environment Variables in Production
563563
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
564564

565565
In production, the ``.env`` files are also parsed and loaded on each request so
566-
you can override the env vars already defined in the server. In order to improve
566+
you can add env vars to those already defined in the server. In order to improve
567567
performance, you can run the ``dump-env`` command (available when using
568568
:ref:`Symfony Flex <symfony-flex>` 1.2 or later).
569569

0 commit comments

Comments
 (0)