From bf8436c16aff00c6667997f7ca68a5eba3556efd Mon Sep 17 00:00:00 2001 From: Justin Bandoro <79104794+jbandoro@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:16:38 -0700 Subject: [PATCH] Docs: fix env var name in providing credentials section (#8740) I was following along the docs for this section and the index name didn't match the example before it. --------- Co-authored-by: Charlie Marsh --- docs/configuration/indexes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/indexes.md b/docs/configuration/indexes.md index a9edd0ca86b5..2d3ce7e393d8 100644 --- a/docs/configuration/indexes.md +++ b/docs/configuration/indexes.md @@ -138,12 +138,12 @@ url = "https://example.com/simple" ``` From there, you can set the `UV_INDEX_INTERNAL_PROXY_USERNAME` and -`UV_INDEX_INTERNAL_PROXY_PASSWORD` environment variables, where `INTERNAL` is the uppercase version -of the index name, with non-alphanumeric characters replaced by underscores: +`UV_INDEX_INTERNAL_PROXY_PASSWORD` environment variables, where `INTERNAL_PROXY` is the uppercase +version of the index name, with non-alphanumeric characters replaced by underscores: ```sh -export UV_INDEX_INTERNAL_USERNAME=public -export UV_INDEX_INTERNAL_PASSWORD=koala +export UV_INDEX_INTERNAL_PROXY_USERNAME=public +export UV_INDEX_INTERNAL_PROXY_PASSWORD=koala ``` By providing credentials via environment variables, you can avoid storing sensitive information in