Skip to content

Commit

Permalink
Merge pull request #4086 from nickmango/bug/docusign-key
Browse files Browse the repository at this point in the history
Bug/Docusign private Key
  • Loading branch information
nickmango authored Aug 21, 2023
2 parents e7876e9 + 1ac2848 commit 9dab430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cla-backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ provider:
DOCUSIGN_USERNAME: ${file(./env.json):docusign-username, ssm:/cla-docusign-username-${sls:stage}}
DOCUSIGN_PASSWORD: ${file(./env.json):docusign-password, ssm:/cla-docusign-password-${sls:stage}}
DOCUSIGN_INTEGRATOR_KEY: ${file(./env.json):docusign-integrator-key, ssm:/cla-docusign-integrator-key-${sls:stage}}
DOCUSIGN_PRIVATE_KEY: ${file(./env.json):docusign-private-key, ssm:/cla-docusign-private-key-${sls:stage}}
DOCUSIGN_USER_ID: ${file(./env.json):docusign-user-id, ssm:/cla-docusign-user-id-${sls:stage}}
DOCUSIGN_AUTH_SERVER: ${file(./env.json):docusign-auth-server, ssm:/cla-docusign-auth-server-${sls:stage}}
CLA_API_BASE: ${file(./env.json):cla-api-base, ssm:/cla-api-base-${sls:stage}}
Expand Down

0 comments on commit 9dab430

Please sign in to comment.