Skip to content

Commit 6aad832

Browse files
refacctor: add deprecated warning for env
1 parent e4b6be5 commit 6aad832

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.env.local_dev

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ PUBLIC_URL=https://localhost:3001
88
GENERATE_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'.
1212
REACT_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.
1917
appName=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
113111
PASS_PHRASE=opensign
112+
113+
# (DEPRECATED) This should not be changed if provided; it should be 'opensign'.
114+
APP_ID=opensign

0 commit comments

Comments
 (0)