diff --git a/routes/storage.js b/routes/storage.js index 25abfa367ed0b57dc5272bd3c23eb34722441a0e..fc2cea9a743d004151ed51d51c04038ba6ae7df4 100644 --- a/routes/storage.js +++ b/routes/storage.js @@ -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;