Skip to content

Commit 9d5461f

Browse files
committed
minor #16908 [Dotenv] [SymfonyRuntime] option 'dotenv_overload' mention (nedvajz)
This PR was merged into the 5.4 branch. Discussion ---------- [Dotenv] [SymfonyRuntime] option 'dotenv_overload' mention Found out, that option `dotenv_overload` is not mentioned in documentation since [5.4](https://github.com/symfony/runtime/blob/5.4/CHANGELOG.md) when it was added. So here is update for documentation. Commits ------- 577a261 [SymfonyRuntime] option 'dotenv_overload' mention
2 parents 991c4fe + 577a261 commit 9d5461f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/runtime.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ The following options are supported by the ``SymfonyRuntime``:
337337
To disable looking for ``.env`` files.
338338
``dotenv_path`` (default: ``.env``)
339339
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.*``)
340342
``use_putenv``
341343
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
342344
``prod_envs`` (default: ``["prod"]``)

0 commit comments

Comments
 (0)