mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
fix type env var
This commit is contained in:
@@ -6,10 +6,10 @@ docusign:
|
||||
auth_jwt:
|
||||
private_key: "%env(DOCUSIGN_PRIVATE_KEY_PATH)%"
|
||||
integration_key: "%env(DOCUSIGN_INTEGRATION_KEY)%"
|
||||
user_guid: "%env(int:DOCUSIGN_USER_GUID)%"
|
||||
user_guid: "%env(DOCUSIGN_USER_GUID)%"
|
||||
|
||||
# Your DocuSign account id
|
||||
account_id: "%env(DOCUSIGN_ACCOUNT_ID)%"
|
||||
account_id: "%env(int:DOCUSIGN_ACCOUNT_ID)%"
|
||||
|
||||
default_signer_name: "Grégoire Hébert" # Name of the person that will be notified and will sign the document if none is sent to the url.
|
||||
default_signer_email: "gregoire@les-tilleuls.coop" # Mail of the person that will be notified and will sign the document if none is sent to the url.
|
||||
|
||||
Reference in New Issue
Block a user