docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

/config/appsettings.json: Description of required variables #29

Closed jeff00seattle closed 2 years ago

jeff00seattle commented 3 years ago

https://github.com/docusign/code-examples-node/blob/master/config/appsettings.example.json

/config/appsettings.example.json: This may be obvious for most, but it would be helpful to provide a brief description and link to the DocuSign Developer authentication online documentation.

dsClientId: "{INTEGRATION_KEY_AUTH_CODE}",
dsClientSecret: "{SECRET_KEY}",
dsJWTClientId: "{INTEGRATION_KEY_JWT}",
impersonatedUserGuid: "{IMPERSONATED_USER_ID}",
signerEmail: "{SIGNER_EMAIL}",
signerName: "{SIGNER_NAME}",
gatewayAccountId: "{GATEWAY_ACCOUNT_ID}",
quickstart: "{QUICKSTART_VALUE}",
InbarGazit commented 2 years ago

@jeff00seattle the README does explain how to manually update this file, but the Quickstart does it for you automatically...