Skip to content

Commit 66af136

Browse files
MyConnectWebhook DocuSign sample app
1 parent 2b676d8 commit 66af136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/appsettings.example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ default: &default
1616
aud: account-d.docusign.com
1717
allow_silent_authentication: true # A user can be silently authenticated if they have an
1818
# Active login session on another tab of the same browser
19+
# Set if you want a specific DocuSign AccountId, If false, the users default account will be used.
20+
target_account_id: false
1921

2022
development:
2123
<<: *default

0 commit comments

Comments
 (0)