Commit ac0fe2d2 authored by Andrea Gerino's avatar Andrea Gerino

Fixing mongodb url in storage.js

parent 79a8f4c6
......@@ -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