Skip to content

Commit 0b13a53

Browse files
Update ds_config.py
1 parent be73135 commit 0b13a53

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/ds_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
# Example: http:#localhost:5000/ds/callback
1414
'authorization_server': 'https://account-d.docusign.com',
1515
'session_secret': '{SESSION_SECRET}', # Secret for encrypting session cookie content
16+
# Use any random string of characters
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
18-
'target_account_id': None, # Set if you want a specific DocuSign AccountId, If null, the user's default account will be used.
19+
'target_account_id': None, # Set if you want a specific DocuSign AccountId,
20+
# If None, the user's default account will be used.
1921
'demo_doc_path': 'demo_documents',
2022
'doc_docx': 'World_Wide_Corp_Battle_Plan_Trafalgar.docx',
2123
'doc_pdf': 'World_Wide_Corp_lorem.pdf',

0 commit comments

Comments
 (0)