diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-21 08:58:24 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-21 08:58:24 +0000 |
| commit | 68be8844ddc1e30e34745a0589fa3395ae6ec198 (patch) | |
| tree | 68be4cdd15c3cde8885073391773e4f559f5f9f5 /node_simple.js | |
| parent | 39ef1b6fd37bb9b725676d3a98f13e3450798200 (diff) | |
Added templating for questions, made a minor adjustments to index.js
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 b611302..1542b83 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://localhost:27017/db'; +var uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo'; +//var uri = 'mongodb://localhost:27017/db'; //***********************PRELIMINARY TESTING******************************************| |
