Skip to content

Commit 91bc8e9

Browse files
committed
document the project_dir config option
1 parent 9cf0e00 commit 91bc8e9

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
@@ -351,6 +351,8 @@ The following options are supported by the ``SymfonyRuntime``:
351351
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
352352
``prod_envs`` (default: ``["prod"]``)
353353
To define the names of the production envs.
354+
``project_dir`` (default: ``vendor``, or `COMPOSER_VENDOR_DIR` environment variable)
355+
To define the project directory.
354356
``test_envs`` (default: ``["test"]``)
355357
To define the names of the test envs.
356358

0 commit comments

Comments
 (0)