Skip to content

Commit fb2840c

Browse files
Update ds_config_sample.py. Added Monitor host and API Type
1 parent 81c951e commit fb2840c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

app/ds_config_sample.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
# NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
1212
# Example: http://localhost:5000/ds/callback
1313
"authorization_server": "https://account-d.docusign.com",
14-
"click_api_client_host" : "https://demo.docusign.net/clickapi",
15-
"rooms_api_client_host" : "https://demo.rooms.docusign.com/restapi",
14+
"click_api_client_host": "https://demo.docusign.net/clickapi",
15+
"rooms_api_client_host": "https://demo.rooms.docusign.com/restapi",
16+
"monitor_api_client_host": "https://lens-d.docusign.net",
1617
"allow_silent_authentication": True, # a user can be silently authenticated if they have an
1718
# active login session on another tab of the same browser
1819
"target_account_id": None, # Set if you want a specific DocuSign AccountId,
@@ -42,5 +43,6 @@
4243
EXAMPLES_API_TYPE = {
4344
"Rooms": False,
4445
"ESignature": True,
45-
"Click": False
46+
"Click": False,
47+
"Monitor": False,
4648
}

0 commit comments

Comments
 (0)