Use credential in couchdb_address

This commit is contained in:
Chhaileng Peng 2020-08-07 06:18:36 +00:00
parent c53897d77f
commit 89f1354e2b

View file

@ -3,5 +3,5 @@
"channelid": "mychannel", "channelid": "mychannel",
"use_couchdb":true, "use_couchdb":true,
"create_history_log":true, "create_history_log":true,
"couchdb_address": "http://localhost:5990" "couchdb_address": "http://admin:adminpw@localhost:5990"
} }