Skip to content

Create module to validate all the environment variables and their types #685

Description

@nelegatti

The project needs a way to check if the required environment variables are set and with the correct value type. For example, if we intend to use AWS SES to send emails, verify if all env vars required for this logic to work are configured and valid, if not, prevent the application from starting.
The first idea is take advantage of class validator and create an implementation similar to this post , but we can implement choose different approach if it's a better option

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    nice to haveThis is a desired feature

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions