Skip to content

Commit ecd3395

Browse files
Docs: fix duplicate values in INSTALLATION.md
1 parent 06e8140 commit ecd3395

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INSTALLATION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ Environment Varaibles:
9898
| PUBLIC_URL | http://localhost:3000 | Set it to the URL form where the app home page will be accessed |
9999
| GENERATE_SOURCEMAP | false | Set it to true if you want to generate the Sourcemap for debugging |
100100
| 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) |
101-
| REACT_APP_APPID | http://localhost:3000 | Set it to the URL form where the app home page will be accessed |
102-
| 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. |
101+
| 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. |
103102
| 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. |
104103
| appName | open_sign_server | Name of the app. It will be visible in the verification emails sent out. |
105104
| 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. |

0 commit comments

Comments
 (0)