Update environment variable documentation***

This commit is contained in:
Kenneth Reitz
2024-04-02 17:24:13 -04:00
parent ef16159922
commit 635493ea4a

View File

@@ -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