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 9d5461f commit 2b55713Copy full SHA for 2b55713
components/runtime.rst
@@ -338,7 +338,7 @@ The following options are supported by the ``SymfonyRuntime``:
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.*``)
+ To tell Dotenv whether to override ``.env`` vars with ``.env.local`` (or other ``.env.*`` files)
342
``use_putenv``
343
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
344
``prod_envs`` (default: ``["prod"]``)
0 commit comments