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.
2 parents 4e9d3c7 + bf72d0c commit 7bb008fCopy full SHA for 7bb008f
components/runtime.rst
@@ -333,6 +333,8 @@ The following options are supported by the ``SymfonyRuntime``:
333
To disable looking for ``.env`` files.
334
``dotenv_path`` (default: ``.env``)
335
To define the path of dot-env files.
336
+``dotenv_overload`` (default: ``false``)
337
+ To tell Dotenv whether to override ``.env`` vars with ``.env.local`` (or other ``.env.*`` files)
338
``use_putenv``
339
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
340
``prod_envs`` (default: ``["prod"]``)
0 commit comments