Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created August 11, 2011 08:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 3rd-Eden/1139159 to your computer and use it in GitHub Desktop.
Save 3rd-Eden/1139159 to your computer and use it in GitHub Desktop.
Different ways of configuring nodejs
/**
* Configuration. This file is read only
*
* @api private
*/
module.exports = Object.freeze({
pewpew: "moo"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment