File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
quick_acg/quick_acg_app/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# ds_config.py
22#
3- # DocuSign configuration settings
3+ # Docusign configuration settings
44
55DS_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
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
88 "organization_id" : "{ORGANIZATION_ID}" , # A GUID value that identifies the organization
99 "signer_email" : "{SIGNER_EMAIL}" ,
1010 "signer_name" : "{SIGNER_NAME}" ,
1919 "webforms_api_client_host" : "https://apps-d.docusign.com/api/webforms" ,
2020 "allow_silent_authentication" : True , # a user can be silently authenticated if they have an
2121 # active login session on another tab of the same browser
22- "target_account_id" : None , # Set if you want a specific DocuSign AccountId,
22+ "target_account_id" : None , # Set if you want a specific Docusign AccountId,
2323 # If None, the user's default account will be used.
2424 "demo_doc_path" : "demo_documents" ,
2525 "doc_salary_docx" : "World_Wide_Corp_salary.docx" ,
Original file line number Diff line number Diff line change 1515
1616 < body >
1717 < nav class ="navbar navbar-expand-md navbar-dark bg-dark fixed-top ">
18- < a class ="navbar-brand " href ="/ "> DocuSign Examples</ a >
18+ < a class ="navbar-brand " href ="/ "> Docusign Examples</ a >
1919 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarsExampleDefault " aria-controls ="navbarsExampleDefault " aria-expanded ="false " aria-label ="Toggle navigation ">
2020 < span class ="navbar-toggler-icon "> </ span >
2121 </ button >
Original file line number Diff line number Diff line change 1616
1717 < body >
1818 < nav class ="navbar navbar-expand-md navbar-dark bg-dark fixed-top ">
19- < a class ="navbar-brand " href ="/ "> DocuSign Examples</ a >
19+ < a class ="navbar-brand " href ="/ "> Docusign Examples</ a >
2020 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarsExampleDefault " aria-controls ="navbarsExampleDefault " aria-expanded ="false " aria-label ="Toggle navigation ">
2121 < span class ="navbar-toggler-icon "> </ span >
2222 </ button >
You can’t perform that action at this time.
0 commit comments