File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ PUBLIC_URL=https://localhost:3001
88GENERATE_SOURCEMAP=false
99# 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)
1010# REACT_APP_SERVERURL=http://localhost:8080/app
11- # 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 .
11+ # (DEPRECATED) This should not be changed if provided; it should be 'opensign' .
1212REACT_APP_APPID=opensign
1313
1414
1515# Backend ExpressJS config ****************************************************************************************************************************************************************************************
16- # 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.
17- APP_ID=opensign
1816# Name of the app. It will be visible in the verification emails sent out.
1917appName=open_sign_server
2018# 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.
@@ -111,3 +109,6 @@ CRUxFgQUDYlgGVxSxuOknhQc256x3++7BDwwMTAhMAkGBSsOAwIaBQAEFFjASdYl
111109
112110# Provide Pass pharse of above PFX or p12 document
113111PASS_PHRASE=opensign
112+
113+ # (DEPRECATED) This should not be changed if provided; it should be 'opensign'.
114+ APP_ID=opensign
You can’t perform that action at this time.
0 commit comments