Skip to content

Commit e110bbb

Browse files
authored
Update ds_config_sample.py
1 parent 92a71e9 commit e110bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/ds_config_sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
DS_CONFIG = {
66
"ds_client_id": "{INTEGRATION_KEY_AUTH_CODE}", # The app's DocuSign integration key
77
"ds_client_secret": "{SECRET_KEY}", # The app's DocuSign integration key's secret
8-
"signer_email": "{USER_EMAIL}",
9-
"signer_name": "{USER_FULLNAME}",
8+
"signer_email": "{SIGNER_EMAIL}",
9+
"signer_name": "{SIGNER_NAME}",
1010
"app_url": "http://localhost:5000", # The url of the application. Eg http://localhost:5000
1111
# NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
1212
# Example: http://localhost:5000/ds/callback

0 commit comments

Comments
 (0)