diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
| commit | 2549ee68e435b77e7e07d3ea95363268cbfe9164 (patch) | |
| tree | 8f48f6447a4377f1bc15ae7d73dbab3337044720 /node_simple.js | |
| parent | d694c1a73f77def42c17b58027f046bf9e1af809 (diff) | |
Added other dependencies for authentication, made minor adjustments to index.js, added templating for exams, will remove dependencie modules later, keep for now
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******************************************| |
