Skip to content

Commit

Permalink
Added required for kyc api key
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenvoronov committed Oct 4, 2024
1 parent 14c93f8 commit 7bfbf7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const envValidator = Joi.object({
PGP_PASSPHRASE: Joi.string().optional(),
PGP_ENCRYPT: Joi.string(),
// Kyc
KYC_API_KEY: Joi.string(),
KYC_API_KEY: Joi.string().required(),
KYC_API_PRIVATE_KEY: Joi.string().required(),
KYC_BASE_URL: Joi.string(),
});

0 comments on commit 7bfbf7b

Please sign in to comment.