Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Dec 10, 2024
1 parent 3a1eedf commit 663b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 663b845

Please sign in to comment.