Skip to content

Instantly share code, notes, and snippets.

@fedor
Created September 13, 2016 08:37
Show Gist options
  • Save fedor/cf68f5fa793b8f41f34e72e9d2ffe7a9 to your computer and use it in GitHub Desktop.
Save fedor/cf68f5fa793b8f41f34e72e9d2ffe7a9 to your computer and use it in GitHub Desktop.
// 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