Skip to content

Instantly share code, notes, and snippets.

@AntonioErdeljac
Created September 19, 2018 15:18
Show Gist options
  • Save AntonioErdeljac/35ab15a5dcea490227d63f426bba68bf to your computer and use it in GitHub Desktop.
Save AntonioErdeljac/35ab15a5dcea490227d63f426bba68bf to your computer and use it in GitHub Desktop.
const mongoose = require('mongoose');
const config = require('../config');
mongoose.Promise = Promise;
mongoose.connect(config.mongo.uri, { useNewUrlParser: true });
module.exports = mongoose;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment