Skip to content

Commit f23b199

Browse files
committed
naming fix
1 parent a43f258 commit f23b199

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ NODE_ENV=development # Set to "production" so server serves static assets
44

55
### Client Variables
66
FRONTEND_DEV_HOST=http://localhost:3000
7-
FRONTEND_PROD_HOST=https://maestro.azurewebsites.net
7+
FRONTEND_PROD_HOST={PROD_HOST}
88

99
### Server Variables
1010
BACKEND_DEV_HOST=http://localhost:4000/api
11-
BACKEND_PROD_HOST=https://maestro.azurewebsites.net/api
11+
BACKEND_PROD_HOST={PROD_HOST}/api
1212
JWT_REDIRECT_URI=https://developers.docusign.com/platform/auth/consent # Where the user will be redirected after providing consent for JWT.
1313
DS_OAUTH_SERVER=https://account-d.docusign.com # The Docusign authentication server, used for JWT.
1414
USER_ID={YOUR_USER_ID} # A GUID unique to each user's Docusign Account, located on the Apps and Keys page.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Before you can run this sample app on your local machine, you must first create
2020
- Save the **integration key** and **private RSA key pair** somewhere safe as you will need these later.
2121
5. Add redirect URIs for your app. There are several variables from the **.env** file that are used in the code and configured for redirect urls. Find variables below in the **.env** file and add the values of these variables in the Docusign account settings in the appropriate **Redirect URIs** section:
2222
- FRONTEND_DEV_HOST (http://localhost:3000)
23-
- FRONTEND_PROD_HOST (https://maestro.azurewebsites.net)
2423
- JWT_REDIRECT_URI (https://developers.docusign.com/platform/auth/consent)
2524

2625
If you run this project in Docker using the **docker-compose.local.yml** file, the variable FRONTEND_DEV_HOST there changes to the value **http://localhost:80**. Keep in mind that in this case this value will also have to be added to the **Redirect URIs** section.

0 commit comments

Comments
 (0)