From 4bf1df57d8e36d4472479cff27924b7310ad1347 Mon Sep 17 00:00:00 2001 From: Felipe Gomes Vieira Ferreira Date: Wed, 25 Oct 2023 06:51:12 +0200 Subject: [PATCH] Fix POETRY_REPOSITORIES_ variable docs (#8492) --- docs/configuration.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1a0199428af..384140b4162 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -437,19 +437,21 @@ If set to `false`, Python version used during Poetry installation is used. Format string defining the prompt to be displayed when the virtual environment is activated. The variables `project_name` and `python_version` are available for formatting. -### `repositories.` +### `repositories..url` **Type**: `string` -**Environment Variable**: `POETRY_REPOSITORIES_` +**Environment Variable**: `POETRY_REPOSITORIES__URL` -Set a new alternative repository. See [Repositories]({{< relref "repositories" >}}) for more information. +Set the repository URL for ``. -### `http-basic.`: +See [Publishable Repositories]({{< relref "repositories#publishable-repositories" >}}) for more information. -**Type**: `(string, string)` +### `http-basic..[username|password]`: -**Environment Variable**: `POETRY_HTTP_BASIC_` +**Type**: `string` + +**Environment Variables**: `POETRY_HTTP_BASIC__USERNAME`, `POETRY_HTTP_BASIC__PASSWORD` Set repository credentials (`username` and `password`) for ``. See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}})