updated nano to use password for couchdb

This commit is contained in:
Martin Donnelly 2016-04-28 11:43:14 +01:00
parent 9fcb85992b
commit 1c0af33166

View File

@ -17,7 +17,7 @@ var router = express.Router();
var EventEmitter = require('events');
var nano = require('nano')('http://localhost:5984');
var nano = require('nano')('http://martind2000:1V3D4m526i@localhost:5984');
var busEmitter = new EventEmitter();
var db_name = 'keeper';