Friend.ly icon indicating copy to clipboard operation
Friend.ly copied to clipboard

docs: create a .env.example file with comments to keep track of all the required environment variables

Open sovoid opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

We need to create a .env.example file that documents all the required environment variables used by the app. Some environment variables, if not present, will cause the app to crash. We want to add checks for these environment variables in the app.js files that throws an error and exits with an appropriate exit code indicating the absence of a required environment variable

sovoid avatar Jan 17 '21 08:01 sovoid