Commit 3ca44456 authored by andreagerino's avatar andreagerino

Merge remote-tracking branch 'origin/master'

parents ff914889 ac0fe2d2
......@@ -8,7 +8,7 @@ var ObjectID = require('mongodb').ObjectID;
var assert = assert = require('assert');
// Connection URL
var mongoUrl = 'mongodb://icarus:icarus@webdev.ewlab.di.unimi.it:27017/icarus';
var mongoUrl = 'mongodb://icarus:icarus@localhost:27017/icarus';
//Connect to the server and intialise the pool
var icarusDb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment