mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
add int: and resole: on env vars
This commit is contained in:
@@ -4,7 +4,7 @@ docusign:
|
||||
|
||||
# Authentication credentials to log into docusign.
|
||||
auth_jwt:
|
||||
private_key: "%env(DOCUSIGN_PRIVATE_KEY_PATH)%"
|
||||
private_key: "%env(resolve:DOCUSIGN_PRIVATE_KEY_PATH)%"
|
||||
integration_key: "%env(DOCUSIGN_INTEGRATION_KEY)%"
|
||||
user_guid: "%env(DOCUSIGN_USER_GUID)%"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user