Skip to content

Instantly share code, notes, and snippets.

@evanshortiss
Created June 11, 2019 16:42
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 evanshortiss/75d936665a2a240fa1966770a85fb137 to your computer and use it in GitHub Desktop.
Save evanshortiss/75d936665a2a240fa1966770a85fb137 to your computer and use it in GitHub Desktop.
Example of Code Using env-var
const env = require('env-var');
const MAX_BATCH_SIZE = env.get('MAX_BATCH_SIZE').required().asIntPositive();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment