Skip to content

Commit

Permalink
fix(webhook): added CA_CERTIFICATE_PATH to validationSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
Wennemaring authored and Wennemaring committed Nov 9, 2020
1 parent 5881237 commit 7730bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/environmentValidationSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ export default Joi.object({

HTTP_PROXY: Joi.string(),
HTTPS_PROXY: Joi.string(),
CA_CERTIFICATE: Joi.string(),
CA_CERTIFICATE_PATH: Joi.string(),
});

0 comments on commit 7730bcc

Please sign in to comment.