Skip to content

Instantly share code, notes, and snippets.

@gittimos
Created May 22, 2017 14:30
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 gittimos/ec776749773177dbf72b9dcc9c2d24d7 to your computer and use it in GitHub Desktop.
Save gittimos/ec776749773177dbf72b9dcc9c2d24d7 to your computer and use it in GitHub Desktop.
Load environment variables stored in .env for node.js applications
const env = require('node-env-file');
env(__dirname + '/.env');
// put .env in .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment