Skip to content

Commit a8e626e

Browse files
authored
Merge pull request #145 from docusign/jwt-console-fix
Jwt console fix
2 parents fc0f4b3 + f2fd118 commit a8e626e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

JWTConsoleApp/ds_config_jwt_mini_example.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
'demo_doc_path' => '../public/demo_documents/',
1212
'doc_docx' => 'World_Wide_Corp_Battle_Plan_Trafalgar.docx',
1313
'doc_pdf' => 'World_Wide_Corp_lorem.pdf',
14-
'doc_txt' => 'Check_If_Approved.txt'
14+
'doc_txt' => 'Check_If_Approved.txt',
15+
'quickACG' => '{QUICK_ACG_VALUE}',
16+
"CodeExamplesManifest" => "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/CodeExamplesManifest.json"
1517

1618
];
1719
$GLOBALS['DS_CONFIG'] = $DS_CONFIG;

0 commit comments

Comments
 (0)