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
8
8
GENERATE_SOURCEMAP=false
9
9
# 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)
10
10
# 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' .
12
12
REACT_APP_APPID=opensign
13
13
14
14
15
15
# 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
18
16
# Name of the app. It will be visible in the verification emails sent out.
19
17
appName=open_sign_server
20
18
# 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
111
109
112
110
# Provide Pass pharse of above PFX or p12 document
113
111
PASS_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