mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update balance transfer sample to use the connection profile and node 8. Change-Id: I17c74c6cb23ebe55a8f2bba735d41525ae9e5ab1 Signed-off-by: Bret Harrison <beharrison@nc.rr.com> Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"host":"localhost",
|
|
"port":"4000",
|
|
"jwt_expiretime": "36000",
|
|
"channelName":"mychannel",
|
|
"CC_SRC_PATH":"../artifacts",
|
|
"eventWaitTime":"30000",
|
|
"admins":[
|
|
{
|
|
"username":"admin",
|
|
"secret":"adminpw"
|
|
}
|
|
]
|
|
}
|