From fb8d9248f7dc9f2574aab594cfd578a2b6e8afc2 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Mon, 25 Apr 2022 18:10:21 -0400 Subject: [PATCH] add build-time variable list --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bca4ce..d8fd860 100644 --- a/README.md +++ b/README.md @@ -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.