Skip to content

Commit 577a261

Browse files
committed
[SymfonyRuntime] option 'dotenv_overload' mention
1 parent ca0bc3c commit 577a261

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)