Skip to content

Commit 7bb008f

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [SymfonyRuntime] option 'dotenv_overload' mention
2 parents 4e9d3c7 + bf72d0c commit 7bb008f

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)