diff --git a/docs/app/README.md b/docs/app/README.md index 3480c71..cf1c852 100644 --- a/docs/app/README.md +++ b/docs/app/README.md @@ -97,7 +97,7 @@ direnv: export +API_AUTH_TOKEN +AWS_ACCESS_KEY_ID +AWS_DEFAULT_REGION +AWS_SECRE Most configuration options are managed by environment variables. Environment variables for local development are stored in the [local.env](/app/local.env) file. This file is automatically loaded when running. If running within Docker, this file is specified as an `env_file` in the [docker-compose](/app/docker-compose.yml) file, and loaded [by a script](/app/src/util/local.py) automatically when running unit tests (see running natively above for other cases). -If you would like to override environment variables for your own local development, create an `override.env` file in the same directory as local.env. The [docker-compose file](https://docs.docker.com/reference/compose-file/services/#required) optionally checks this file as well. +To override environment variables for locally, create an `override.env` file in the same directory as local.env. The [docker-compose file](https://docs.docker.com/reference/compose-file/services/#required) optionally checks this file as well. Any environment variables specified directly in the [docker-compose](/app/docker-compose.yml) file will take precedent over those specified in the [local.env](/app/local.env) file.