We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ac313 commit 3a5c137Copy full SHA for 3a5c137
configuration.rst
@@ -627,6 +627,11 @@ the only mandatory file and each file content overrides the previous one:
627
env vars overrides only for some environment. It's similar to ``.env.local``,
628
but the overrides only apply to some particular environment.
629
630
+.. note::
631
+
632
+ ``.env.local`` is always ignored in test environment. The logic is that
633
+ tests should always produce the same results for everyone.
634
635
.. note::
636
637
The real environment variables defined in the server always win over the
0 commit comments