Closed f10l closed 4 years ago
check and implement what validation is possible. https://docs.nestjs.com/techniques/configuration#schema-validation
Maybe validating against a .env.schema file is helpful.
.env.schema
@fanick-ber didn't use .env.schema file. Used the approach specified in the link you provided
check and implement what validation is possible. https://docs.nestjs.com/techniques/configuration#schema-validation
Maybe validating against a
.env.schema
file is helpful.