mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
Move the Balance Transfer sample application from fabric-sdk-node to fabric-samples. This cr will add the files to the fabric-samples. There will another one to remove the files from fabric-sdk-node. Change-Id: I2344ee00bcd47793ae07f203070af93bc2ee69d6 Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"host":"localhost",
|
|
"port":"4000",
|
|
"jwt_expiretime": "36000",
|
|
"channelName":"mychannel",
|
|
"GOPATH":"../artifacts",
|
|
"keyValueStore":"/tmp/fabric-client-kvs",
|
|
"eventWaitTime":"30000",
|
|
"orderer":"grpcs://localhost:7050",
|
|
"users":[
|
|
{
|
|
"username":"admin",
|
|
"secret":"adminpw"
|
|
}
|
|
]
|
|
}
|