From 8cd415650a02a3a82716bf5e4ff38f2e13c5d9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Fri, 29 Nov 2019 12:01:44 +0100 Subject: [PATCH] fix type env var --- gheb/docusign-bundle/5.0/config/packages/docusign.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gheb/docusign-bundle/5.0/config/packages/docusign.yaml b/gheb/docusign-bundle/5.0/config/packages/docusign.yaml index f7467fe2..10ab314e 100644 --- a/gheb/docusign-bundle/5.0/config/packages/docusign.yaml +++ b/gheb/docusign-bundle/5.0/config/packages/docusign.yaml @@ -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.