diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-24 03:10:00 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-24 03:10:00 +0000 |
| commit | 64d9ccb6ae21a12d6fbd61b371397d8d5f2e783f (patch) | |
| tree | 9ec795adc8b41cd9cf159d8e2e74aed0cf932e8d /node_simple.js | |
| parent | 39afbefe2ea5b7a105c352049a4a4a171502e880 (diff) | |
need pull
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node_simple.js b/node_simple.js index 65a233c..fe045d2 100644 --- a/node_simple.js +++ b/node_simple.js @@ -83,6 +83,7 @@ var assert = require('assert'); // Standard URI format: mongodb://[dbuser:dbpassword@]host:port/dbname var uri = exports.uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo'; + // Keep this for testing on local machine, do not remove. - Humair //var uri = 'mongodb://localhost:27017/db'; @@ -473,8 +474,6 @@ exports.get_all_solutions = function (exam_id, q_num, callback) { .catch(function () { console.error(err); }) - - }; /* |
