Skip to content

Commit f2fd118

Browse files
committed
adding values to jwt config file
1 parent 69c7ac1 commit f2fd118

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)