Guest User

Untitled

a guest
May 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const MongoClient = require('mongodb').MongoClient;
  2.  
  3. const url = 'mongodb://localhost:27017/local';
  4.  
  5. module.exports = {
  6. connection: MongoClient.connect(url, { useNewUrlParser: true })
  7. };
Add Comment
Please, Sign In to add comment