Skip to content

Commit

Permalink
add build-time variable list
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Apr 25, 2022
1 parent 5259bc3 commit fb8d924
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,17 @@ Note: `docker compose` without the hyphen is now the primary method of using doc

### Build-time variables

placeholder
These variables must be provided at the time of the docker build, and can be provided by updating the .env file. Changing these is not required for evaluation, but may be required for running in producion.

* BASE_URL
* NEXT_PUBLIC_APP_URL
* NEXT_PUBLIC_LICENSE_CONSENT
* NEXT_PUBLIC_TELEMETRY_KEY

### Run-time variables

placeholder

## Git Submodules

This repository uses a git submodule.
Expand Down

0 comments on commit fb8d924

Please sign in to comment.