We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12da051 commit 2e1b704Copy full SHA for 2e1b704
ds_configuration.js
@@ -7,7 +7,7 @@ exports.config = {
7
dsClientId: process.env.DS_CLIENT_ID || '{CLIENT_ID}' // The app's DocuSign integration key
8
, dsClientSecret: process.env.DS_CLIENT_SECRET || '{CLIENT_SECRET}' // The app's DocuSign integration key's secret
9
, signerEmail: process.env.DS_SIGNER_EMAIL || '{USER_EMAIL}'
10
- , signerName: process.env.DS_SIGNER_NAME || '{USER_NAME}'
+ , signerName: process.env.DS_SIGNER_NAME || '{USER_FULLNAME}'
11
, appUrl: process.env.DS_APP_URL || '{APP_URL}' // The url of the application. Eg http://localhost:5000
12
// NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
13
// Example: http://localhost:5000/ds/callback
0 commit comments