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 92a71e9 commit e110bbbCopy full SHA for e110bbb
app/ds_config_sample.py
@@ -5,8 +5,8 @@
5
DS_CONFIG = {
6
"ds_client_id": "{INTEGRATION_KEY_AUTH_CODE}", # The app's DocuSign integration key
7
"ds_client_secret": "{SECRET_KEY}", # The app's DocuSign integration key's secret
8
- "signer_email": "{USER_EMAIL}",
9
- "signer_name": "{USER_FULLNAME}",
+ "signer_email": "{SIGNER_EMAIL}",
+ "signer_name": "{SIGNER_NAME}",
10
"app_url": "http://localhost:5000", # The url of the application. Eg http://localhost:5000
11
# NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
12
# Example: http://localhost:5000/ds/callback
0 commit comments