Skip to content

Commit

Permalink
doc: Corrected documented default value for venv.in_project (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-M0 authored Jul 25, 2023
1 parent 70958e0 commit d2b2845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following configuration items can be retrieved and modified by [`pdm config`
| `venv.location` | Parent directory for virtualenvs | `<default data location on OS>/venvs` | No | |
| `venv.backend` | Default backend to create virtualenv | `virtualenv` | Yes | `PDM_VENV_BACKEND` |
| `venv.prompt` | Formatted string to be displayed in the prompt when virtualenv is active | `{project_name}-{python_version}` | Yes | `PDM_VENV_PROMPT` |
| `venv.in_project` | Create virtualenv in `.venv` under project root | `False` | Yes | `PDM_VENV_IN_PROJECT` |
| `venv.in_project` | Create virtualenv in `.venv` under project root | `True` | Yes | `PDM_VENV_IN_PROJECT` |
| `venv.with_pip` | Install pip when creating a new venv | `False` | Yes | `PDM_VENV_WITH_PIP` |
| `repository.<name>.url` | The URL of custom package source | `https://pypi.org/simple` | Yes | |
| `repository.<name>.username` | The username to access custom repository | | Yes | |
Expand Down

0 comments on commit d2b2845

Please sign in to comment.