8000
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 5d49539 commit 33c1b92Copy full SHA for 33c1b92
components/dotenv.rst
@@ -84,9 +84,9 @@ defined in previously loaded files::
84
variable is populated and used to load environment-specific files hereafter. If
85
``APP_ENV`` is not defined in either of the previously mentioned files, ``dev`` is
86
assumed for ``APP_ENV`` and populated by default.
87
+#. If there's a ``.env.local`` representing general local environment variables it's loaded now.
88
#. If there's a ``.env.$env.local`` file, this one is loaded. Otherwise, it falls
89
back to ``.env.$env``.
-#. If there's a ``.env.local`` it's loaded last.
90
91
This might look complicated at first glance but it gives you the opportunity to commit
92
multiple environment-specific files that can then be adjusted to your local environment
0 commit comments