NexdApp / nexd-backend

MIT License
38 stars 3 forks source link

build env variable validation #81

Closed f10l closed 4 years ago

f10l commented 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.

abelhbeyene commented 4 years ago

@fanick-ber didn't use .env.schema file. Used the approach specified in the link you provided