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: ``vendor``, or `COMPOSER_VENDOR_DIR` environment variable)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? Generally speaking, the vendor/ dir is not the project dir 🤔

To define the project directory.
``test_envs`` (default: ``["test"]``)
To define the names of the test envs.

Expand Down