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 ca0bc3c commit 577a261Copy full SHA for 577a261
components/runtime.rst
@@ -337,6 +337,8 @@ The following options are supported by the ``SymfonyRuntime``:
337
To disable looking for ``.env`` files.
338
``dotenv_path`` (default: ``.env``)
339
To define the path of dot-env files.
340
+``dotenv_overload`` (default: ``false``)
341
+ To tell Dotenv whether to override ``.env`` vars with ``.env.local`` (or other ``.env.*``)
342
``use_putenv``
343
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
344
``prod_envs`` (default: ``["prod"]``)
0 commit comments