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 720cabb commit 39a931cCopy full SHA for 39a931c
.env.example
@@ -16,4 +16,4 @@ DS_CLIENT_ID={YOUR_DS_CLIENT_ID} # An Integration key of your app. Located on th
16
DS_CLIENT_SECRET={YOUR_DS_CLIENT_SECRET}
17
TARGET_ACCOUNT_ID=false # If you have your accound id set here, if not it's false by default.
18
SESSION_SECRET={YOUR_SESSION_SECRET} # A unique string of your choice that is used to encrypt the session cookie.
19
-MAESTRO_API=https://demo.services.docusign.net # Maestro API, which is used for maestro functionality
+MAESTRO_API=https://apps-d.docusign.com/api/maestro/v1 # Maestro API, which is used for maestro functionality
0 commit comments