mu-semtech / mu-javascript-template

Template for running javascript/express microservices
4 stars 17 forks source link

consider adding env-var to the template #41

Open nvdk opened 2 years ago

nvdk commented 2 years ago

a lot (most?) services offer env vars for configuration, an issue they all have to tackle is env-vars being strings and testing truthiness of boolean vars. A good approach to do this is using the env-var module, which we can encourage by providing it in the template.