Skip to content

Commit

Permalink
Update run-locally.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull-opensignlabs authored Aug 13, 2024
1 parent 8be55a3 commit 8d33d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/self-host/docker/run-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add below Environment Varaibles to the ".env.prod" file that is automatically cr

| Environment Varibale | Value | Description |
| ------------- | ------------- | ------------- |
| PUBLIC_URL | http://localhost:3001 | Set it to the URL form where the app home page will be accessed |
| PUBLIC_URL | https://localhost:3001 | Set it to the URL form where the app home page will be accessed |
| APP_ID | opensign | 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. |
Expand Down

0 comments on commit 8d33d4c

Please sign in to comment.