Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created August 17, 2019 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/1951a515f515bb03d4eaa47dcd4fcf6b to your computer and use it in GitHub Desktop.
Save uno-de-piera/1951a515f515bb03d4eaa47dcd4fcf6b to your computer and use it in GitHub Desktop.
const env = process.env.ENV;
const region = process.env.REGION;
const emailServer = process.env.EMAIL_SERVER;
const emailUser = process.env.EMAIL_USER;
const emailPassword = process.env.EMAIL_PASSWORD;
const emailPort = process.env.EMAIL_PORT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment