-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
19 lines (16 loc) · 1.06 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
### Common Variables
NODE_ENV=development # Set to "production" so server serves static assets
### Client Variables
FRONTEND_DEV_HOST=http://localhost:3000
FRONTEND_PROD_HOST={PROD_HOST}
### Server Variables
BACKEND_DEV_HOST=http://localhost:4000/api
BACKEND_PROD_HOST={PROD_HOST}/api
JWT_REDIRECT_URI=https://developers.docusign.com/platform/auth/consent # Where the user will be redirected after providing consent for JWT.
DS_OAUTH_SERVER=https://account-d.docusign.com # The Docusign authentication server, used for JWT.
USER_ID={YOUR_USER_ID} # A GUID unique to each user's Docusign Account, located on the Apps and Keys page.
DS_CLIENT_ID={YOUR_DS_CLIENT_ID} # An Integration key of your app. Located on the Apps and Keys page.
DS_CLIENT_SECRET={YOUR_DS_CLIENT_SECRET}
TARGET_ACCOUNT_ID=false # If you have your accound id set here, if not it's false by default.
SESSION_SECRET={YOUR_SESSION_SECRET} # A unique string of your choice that is used to encrypt the session cookie.
MAESTRO_API=https://demo.services.docusign.net # Maestro API, which is used for maestro functionality