Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ The following options are supported by the ``SymfonyRuntime``:
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
``prod_envs`` (default: ``["prod"]``)
To define the names of the production envs.
``project_dir`` (default: ``null``)
To define the project directory relative to the parent directory of your ``composer.json`` file.
``test_envs`` (default: ``["test"]``)
To define the names of the test envs.

Expand Down
Loading