Friend.ly
Friend.ly copied to clipboard
docs: create a .env.example file with comments to keep track of all the required environment variables
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