mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Definition of Envs required default value #108

Closed NicolasMahe closed 4 years ago

NicolasMahe commented 5 years ago

The env variables defined in the mesg.yml required to have a default value (even empty) for the service to be valid:

Not valid:

configuration:
  env:
    - SENDGRID_API_KEY

Valid:

configuration:
  env:
    - SENDGRID_API_KEY=

Is it really what we expect?

antho1404 commented 5 years ago

yes that's the normal behavior, like that it's the same format for all env variable just some are empty, that's pretty common when defining env files