updated nano to use password for couchdb

This commit is contained in:
Martin Donnelly 2016-05-05 16:36:05 +01:00
parent 1c0af33166
commit f3e1f79915

View File

@ -102,7 +102,7 @@ function cleaner(b) {
function insertBookmark(obj) {
logger.debug('Inserting into couch...');
// Logger.info(util.inspect(obj));
logger.info(util.inspect(obj));
dbCouch.insert(obj, function(err, body, header) {
if (err) {
logger.error('Error inserting into couch');