add int: and resole: on env vars

This commit is contained in:
Grégoire Hébert
2019-11-29 12:19:34 +01:00
parent 8cd415650a
commit fc690225a0
@@ -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)%"