Skip to content

Commit 93e7342

Browse files
committed
update to pass username and password
1 parent 05745e4 commit 93e7342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

couchdb/node/services/couchdb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const nano = require("nano")('http://localhost:5984')
1+
const nano = require("nano")('http://admin:password@localhost:5984')
22

33
const getDatabase = async (name) => {
44
const db = nano.use(name);

0 commit comments

Comments
 (0)