forked from docusign/code-examples-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.example.json
More file actions
45 lines (39 loc) · 2.07 KB
/
Copy pathapplication.example.json
File metadata and controls
45 lines (39 loc) · 2.07 KB
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
39
40
41
42
43
44
45
{
"quickstart" :"{QUICKSTART_VALUE}",
"DS_SIGNER_NAME": "{SIGNER_NAME}",
"DS_SIGNER_EMAIL": "{SIGNER_EMAIL}",
"DS_APP_URL": "http://localhost:8080",
"DS_TARGET_ACCOUNT_ID": "{IMPERSONATED_USER_ID}",
"DS_API_NAME": "ESIGNATURE",
"DS_BASE_PATH": "https://demo.docusign.net",
"DS_ROOMS_BASE_PATH": "https://demo.rooms.docusign.com",
"DS_CLICK_BASE_PATH": "https://demo.docusign.net",
"DS_MONITOR_BASE_PATH": "https://lens-d.docusign.net",
"Gateway_Name": "{DS_PAYMENT_GATEWAY_NAME}",
"Gateway_Account_Id": "{GATEWAY_ACCOUNT_ID}",
"Gateway_Display_Name": "{DS_PAYMENT_GATEWAY_DISPLAY_NAME}",
"authorization.code.grant.client.scope": "signature",
"authorization.code.grant.sso.redirect-url": "&type=acg",
"authorization.code.grant.client.client-id": "{INTEGRATION_KEY_AUTH_CODE}",
"authorization.code.grant.client.client-secret": "{SECRET_KEY}",
"authorization.code.grant.client.access-token-uri": "https://account-d.docusign.com/oauth/token",
"authorization.code.grant.client.user-authorization-uri": "https://account-d.docusign.com/oauth/auth?prompt=login",
"jwt.grant.sso.redirect-url": "&type=jwt",
"jwt.grant.client.scope": "signature impersonation",
"jwt.grant.client.base-url": "account-d.docusign.com",
"jwt.grant.client.client-id": "{INTEGRATION_KEY_JWT}",
"jwt.grant.client.private-key-path": "src/main/resources/private.key",
"jwt.grant.client.impersonated-user-guid": "{IMPERSONATED_USER_ID}",
"common.client.resource.user-info-uri": "https://account-d.docusign.com/oauth/userinfo",
"com.docusign.github.example-uri": "https://github.com/docusign/code-examples-java/blob/master/src/main/java/",
"com.docusign.documentation-path": "",
"server.tomcat.additional-tld-skip-patterns": "*jaxb*.jar",
"server.servlet.session.tracking-modes": "cookie",
"server.servlet.session.persistent": false,
"server.error.include-stacktrace": "always",
"server.error.whitelabel.enabled": false,
"spring.session.store-type": "none",
"spring.mvc.view.prefix": "/WEB-INF/templates/views/",
"spring.mvc.view.suffix": ".jsp",
"spring.jmx.enabled": false
}