Skip to content

Commit 87b85e2

Browse files
committed
Added IAM base path
1 parent 2fafa83 commit 87b85e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

launcher-csharp/appsettings.example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"AdminApiEndpoint": "https://api-d.docusign.net/management",
1818
"MaestroApiEndpoint": "https://apps-d.docusign.com/api/maestro",
1919
"WebFormsBasePath": "https://apps-d.docusign.com/api/webforms/v1.1",
20+
"IamBasePath": "https://api-d.docusign.com/v1",
2021
"CodeExamplesManifest": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/CodeExamplesManifest.json",
2122
"SignerEmail": "{SIGNER_EMAIL}",
2223
"SignerName": "{SIGNER_NAME}",
@@ -33,4 +34,4 @@
3334
},
3435
"AllowedHosts": "*",
3536
"quickstart": "{QUICKSTART_VALUE}"
36-
}
37+
}

0 commit comments

Comments
 (0)