fix connfiguration key

This commit is contained in:
Grégoire Hébert
2019-11-18 15:51:37 +01:00
parent 6dada89998
commit d0d1f3bcc2
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ docusign:
# Authentication credentials to log into docusign.
auth_jwt:
private_key: "%env(DOCUSIGN_PRIVATE_KEY_PATH)%"
integration_id: "%env(DOCUSIGN_INTEGRATION_ID)%"
integration_key: "%env(DOCUSIGN_INTEGRATION_KEY)%"
user_guid: "%env(DOCUSIGN_USER_GUID)%"
# Your DocuSign account id
+1 -1
View File
@@ -7,7 +7,7 @@
},
"env": {
"DOCUSIGN_PRIVATE_KEY_PATH": "%kernel.project_dir%/%CONFIG_DIR%/jwt/docusign.pem",
"DOCUSIGN_INTEGRATION_ID": "UUID-DOCUSIGN-INTEGRATION-KEY",
"DOCUSIGN_INTEGRATION_KEY": "UUID-DOCUSIGN-INTEGRATION-KEY",
"DOCUSIGN_USER_GUID": "UUID-DOCUSIGN-USER-GUID",
"DOCUSIGN_ACCOUNT_ID": "1234567"
},