Skip to content

Instantly share code, notes, and snippets.

@AntonioErdeljac
Created September 19, 2018 08:06
Show Gist options
  • Save AntonioErdeljac/d7059223dca0e9e0d8a9cb623519c537 to your computer and use it in GitHub Desktop.
Save AntonioErdeljac/d7059223dca0e9e0d8a9cb623519c537 to your computer and use it in GitHub Desktop.
module.exports.mongo = {
uri: process.env.MONGOLAB_URI || 'mongodb://127.0.0.1:27017/herokuDeployment',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment