From 14e9330651ac9cb293f34727a328b85516feff5f Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:21:51 +0530 Subject: [PATCH 1/2] replace destination to Jobtitle in additional info popup --- apps/OpenSign/src/routes/Login.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/OpenSign/src/routes/Login.js b/apps/OpenSign/src/routes/Login.js index bfb6e813c..b9584b243 100644 --- a/apps/OpenSign/src/routes/Login.js +++ b/apps/OpenSign/src/routes/Login.js @@ -1183,17 +1183,17 @@ function Login(props) {
setUserDetails({ From ecd33954535a3570ed7c06fe1d2e9592fbb1c843 Mon Sep 17 00:00:00 2001 From: Andrew <148278535+andrew-opensignlabs@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:15:41 +0530 Subject: [PATCH 2/2] Docs: fix duplicate values in INSTALLATION.md --- INSTALLATION.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 86a9fb8e6..c04dbd92c 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -98,8 +98,7 @@ Environment Varaibles: | 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:3000/api/app (use your local port number instead) | -| REACT_APP_APPID | http://localhost:3000 | Set it to the URL form where the app home page will be accessed | -| PUBLIC_URL | 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. | +| 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. |