diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:40:43 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:40:43 +0000 |
| commit | 39ef1b6fd37bb9b725676d3a98f13e3450798200 (patch) | |
| tree | eeec60d5b56e5c69a3ba251d98a27f4684d47066 /node_simple.js | |
| parent | ee8e1a13b60a6adfdc691b2a9b57289188397641 (diff) | |
| parent | 76757d227f64e35a093d47facc260d9266e2bf38 (diff) | |
MERGED
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_simple.js b/node_simple.js index 33e9862..b611302 100644 --- a/node_simple.js +++ b/node_simple.js @@ -54,8 +54,8 @@ var mongoFactory = require('mongo-factory'); var ObjectId = require('mongodb').ObjectID; // Standard URI format: mongodb://[dbuser:dbpassword@]host:port/dbname -var uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo'; - +//var uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo'; +var uri = 'mongodb://localhost:27017/db'; //***********************PRELIMINARY TESTING******************************************| |
