mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
fix connfiguration key
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user