Skip to content

Commit efbd140

Browse files
committed
Setting default URLs to make it easier/quicker for anyone to set this up.
1 parent 322fb08 commit efbd140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ DS_PRIVATE_KEY={DS_PRIVATE_KEY}
2424

2525
# React environment variables
2626
#UI and BE links
27-
REACT_APP_DS_RETURN_URL={REACT_APP_DS_RETURN_URL}
28-
REACT_APP_API_BASE_URL={REACT_APP_API_BASE_URL}
27+
REACT_APP_DS_RETURN_URL=http://localhost:3000
28+
REACT_APP_API_BASE_URL=http://localhost:5001/api
2929

3030
# The DS Authentication server
3131
REACT_APP_DS_AUTH_SERVER=https://account-d.docusign.com

0 commit comments

Comments
 (0)