From 30236206bc43b586407273e1476f0f7ab003b0e8 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:52:51 +0530 Subject: [PATCH] remove CI env variables --- docs/docs/self-host/docker/run-locally.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index b838a0ff2..7e98d8e31 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -73,7 +73,6 @@ Environment Varaibles: | Environment Varibale | Value | Description | | ------------- | ------------- | ------------- | -| CI | false | Set CI to false while running the app locally | | PUBLIC_URL | http://localhost:3000 | Set it to the URL form where the app home page will be accessed | | GENERATE_SOURCEMAP | false | Set it to true if you want to generate the Sourcemap for debugging | | REACT_APP_SERVERURL | http://localhost:8080/app | Set it to the URL from where APIs will be accessible, for local development it should be localhost:8080/app (use your local port number instead) |