NexdApp/nexd-backend

build env variable validation

Closed this issue · 1 comments

f10l commented

check and implement what validation is possible.
https://docs.nestjs.com/techniques/configuration#schema-validation

Maybe validating against a .env.schema file is helpful.

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