Skip to content

Commit c377271

Browse files
remove deprecated env
1 parent e4b6be5 commit c377271

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.env.local_dev

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ 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.
12-
REACT_APP_APPID=opensign
1311

1412

1513
# 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
1814
# Name of the app. It will be visible in the verification emails sent out.
1915
appName=open_sign_server
2016
# 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)