Skip to content

Commit bf72d0c

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [SymfonyRuntime] option 'dotenv_overload' mention
2 parents 8fefe3c + 2b55713 commit bf72d0c

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
@@ -333,6 +333,8 @@ The following options are supported by the ``SymfonyRuntime``:
333333
To disable looking for ``.env`` files.
334334
``dotenv_path`` (default: ``.env``)
335335
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)
336338
``use_putenv``
337339
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
338340
``prod_envs`` (default: ``["prod"]``)

0 commit comments

Comments
 (0)