Hi i'm trying to make a simple connection
mongoose.connect('mongodb://JFalcon:[email protected]:19476/hidonshabat', {useMongoClient: true}, function(err){
if(err) {
console.log('Some problem with the connection ' +err);
} else {
console.log('The Mongoose connection is ready');
}
})
As you can see this is the url! Please help me
john2522
in this case :D. – Calfskin