From a922053c277153879e85f20d0a87ef733cb8d490 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Sat, 3 Feb 2024 00:44:08 +0100 Subject: [PATCH] docs: update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94debc0..30af68e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Structure: Application needs to define `CONFIG_ENV_LIST` environment variables in the `Dockerfile` as list of environment variable names to replace in configuration files. Default value: ``` -ENV CONFIG_ENV_LIST BFF_URL APP_BASE_HREF CORS_ENABLED +ENV CONFIG_ENV_LIST BFF_URL APP_BASE_HREF APP_ID CORS_ENABLED ``` By default, the static html assets will be served under root path `/`, but this can be configured by setting an env var `APP_BASE_HREF`. If you set it, it should start and end with a forward slash e.g. `/my-app/`.