updated nano to use password for couchdb
This commit is contained in:
parent
9fcb85992b
commit
1c0af33166
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user