From b10b2617b83a22b0c33830fa79cafd4cba0b9539 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:59:05 +0530 Subject: [PATCH] appName commented --- docs/docs/self-host/guides/env-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/self-host/guides/env-variables.md b/docs/docs/self-host/guides/env-variables.md index 48e7c15e4..9e320ab4b 100644 --- a/docs/docs/self-host/guides/env-variables.md +++ b/docs/docs/self-host/guides/env-variables.md @@ -7,6 +7,8 @@ To set up OpenSign™ locally using Docker, the following prerequisites are requ Environment Varaibles: +[//]: # "| appName | open_sign_server | Name of the app. It will be visible in the verification emails sent out. |" + | Environment Varibale | Value | Description | | ------------- | ------------- | ------------- | | PUBLIC_URL | http://localhost:3000 | Set it to the URL form where the app home page will be accessed | @@ -14,7 +16,6 @@ Environment Varaibles: | 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) | | REACT_APP_APPID | opensignstgn | A 12 character long random app identifier. The value of this should be same as APP_ID which is a variable used by backend API. | | APP_ID | opensignstgn | A 12 character long random app identifier. The value of this should be same as REACT_APP_APPID which is a variable used by Frontend React App. | -| appName | open_sign_server | Name of the app. It will be visible in the verification emails sent out. | | MASTER_KEY | XnAadwKxxByMr | A 12 character long random secret key that allows access to all the data. It is used in Parse dashboard config to view all the data in the database. | | MONGODB_URI | mongodb://host.docker.internal:27017/OpenSignDB | Mongodb URI to connect to | | PARSE_MOUNT |/app | Path on which APIs should be mounted. Do not change this. This variable shall be removed & value hardcoded in the source code in coming versions. |