From 635493ea4a34ec2cd63f98dcb03618e426081f8b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 2 Apr 2024 17:24:13 -0400 Subject: [PATCH] Update environment variable documentation*** --- docs/env_vars.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index 5d509fdc..0b021409 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -38,12 +38,18 @@ This project uses environment variables to configure certain aspects of the appl ## Boost Release Downloads Settings -### `ARTIFACTORY_URL` +### `ARTIFACTORY_URL` (deprecated) - Base API endpoint for accessing the JFrog Artifactory release downloads. This is NOT the base URL for the downloads themselves. - For **local development**, there is a default value in `config/settings.py` - In **deployed environments**, the valid value is set in `kube/boost/values.yaml` (or the environment-specific yaml file). +### `ARCHIVES_URL` + +- Base API endpoint for accessing the archives.boost.io release downloads. +- For **development and production**, there is a default value in `config/settings.py` +- Alternatively, the value can be set in `kube/boost/values.yaml`. + ### `MIN_ARTIFACTORY_RELEASE` - The lowest version of Boost with its downloads stored in JFrog Artifactory