-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.env
38 lines (30 loc) · 1.2 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Configuration file for the example
##
# Integration Key is the same as client id
DS_CLIENT_ID={DS_CLIENT_ID}
# Integration secret key
DS_CLIENT_SECRET={DS_CLIENT_SECRET}
# API Username
DS_IMPERSONATED_USER_GUID={DS_USER_GUID}
# target account id. Use FALSE to indicate that the user's default
# account should be used.
DS_TARGET_ACCOUNT_ID=FALSE
DS_PAYMENT_GATEWAY_ID={DS_PAYMENT_GATEWAY_ID}
DS_PAYMENT_GATEWAY_NAME={DS_PAYMENT_GATEWAY_NAME}
DS_PAYMENT_GATEWAY_DISPLAY_NAME={DS_PAYMENT_GATEWAY_DISPLAY_NAME}
# The ID of clickwrap with dynamic content properties
CLICKWRAP_ID={CLICKWRAP_ID}
# private key string - source or path, for instance: /app/id_rsa
# NOTE: the Python config file parser requires that you
# add a space at the beginning of the second and
# subsequent lines of the multiline key value:
DS_PRIVATE_KEY={DS_PRIVATE_KEY}
# React environment variables
#UI and BE links
REACT_APP_DS_RETURN_URL=http://localhost:3000
REACT_APP_API_BASE_URL=http://localhost:5001/api
# The DS Authentication server
DS_AUTH_SERVER=https://account-d.docusign.com
# Demo Docusign API URL
REACT_APP_DS_DEMO_SERVER=https://demo.docusign.net
REACT_APP_DS_CLICKWRAP_URL=//demo.docusign.net/clickapi/sdk/latest/docusign-click.js