We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fafa83 commit 87b85e2Copy full SHA for 87b85e2
launcher-csharp/appsettings.example.json
@@ -17,6 +17,7 @@
17
"AdminApiEndpoint": "https://api-d.docusign.net/management",
18
"MaestroApiEndpoint": "https://apps-d.docusign.com/api/maestro",
19
"WebFormsBasePath": "https://apps-d.docusign.com/api/webforms/v1.1",
20
+ "IamBasePath": "https://api-d.docusign.com/v1",
21
"CodeExamplesManifest": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/CodeExamplesManifest.json",
22
"SignerEmail": "{SIGNER_EMAIL}",
23
"SignerName": "{SIGNER_NAME}",
@@ -33,4 +34,4 @@
33
34
},
35
"AllowedHosts": "*",
36
"quickstart": "{QUICKSTART_VALUE}"
-}
37
+}
0 commit comments