Created
August 11, 2011 08:27
-
-
Save 3rd-Eden/1139159 to your computer and use it in GitHub Desktop.
Different ways of configuring nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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