Guest User

Untitled

a guest
Nov 23rd, 2017
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. mongoose.connect('mongodb://JFalcon:john2522@ds119476.mlab.com:19476/hidonshabat', {useMongoClient: true}, function(err){
  2. if(err) {
  3. console.log('Some problem with the connection ' +err);
  4. } else {
  5. console.log('The Mongoose connection is ready');
  6. }
  7. })
Add Comment
Please, Sign In to add comment