Skip to content

Commit 39a931c

Browse files
committed
fixed base path
1 parent 720cabb commit 39a931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ DS_CLIENT_ID={YOUR_DS_CLIENT_ID} # An Integration key of your app. Located on th
1616
DS_CLIENT_SECRET={YOUR_DS_CLIENT_SECRET}
1717
TARGET_ACCOUNT_ID=false # If you have your accound id set here, if not it's false by default.
1818
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
19+
MAESTRO_API=https://apps-d.docusign.com/api/maestro/v1 # Maestro API, which is used for maestro functionality

0 commit comments

Comments
 (0)