mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-02-11 15:59:16 +00:00
Updated to the new version of keeper
This commit is contained in:
parent
b3d4435d90
commit
578a49b3ab
@ -18,8 +18,8 @@ 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 nano = require('nano')('http://localhost:5984');
|
||||
var nano = require('nano')('http://martind2000:1V3D4m526i@localhost:5984');
|
||||
var busEmitter = new EventEmitter();
|
||||
|
||||
var db_name = 'recipes';
|
||||
|
@ -9,7 +9,8 @@
|
||||
var log4js = require('log4js');
|
||||
var logger = log4js.getLogger();
|
||||
|
||||
var nano = require('nano')('http://localhost:5984');
|
||||
//var nano = require('nano')('http://localhost:5984');
|
||||
var nano = require('nano')('http://martind2000:1V3D4m526i@localhost:5984');
|
||||
|
||||
var db_name = 'recipes';
|
||||
var dbCouch = nano.use(db_name);
|
||||
|
Loading…
Reference in New Issue
Block a user