mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
Use credential in couchdb_address
This commit is contained in:
parent
c53897d77f
commit
89f1354e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue