Created
September 13, 2016 08:37
-
-
Save fedor/cf68f5fa793b8f41f34e72e9d2ffe7a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// config.js | |
module.exports = { | |
mongo: { | |
init: require('./init_mongo'), | |
// ... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment