mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
- Made it possible to deploy the app (both the client and fabric backend) to a location other than localhost - Made it possible to work with a backend over grpc instead of always assuming grpcs - Made the list of target peers for instantiate and invoke calls to be optional - Enabled target networks to be controlled by an env variable Change-Id: Ie394cf7e8f6ed47d970d4be992f2f6a0394fff7f Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"host":"localhost",
|
|
"port":"4000",
|
|
"jwt_expiretime": "36000",
|
|
"channelName":"mychannel",
|
|
"CC_SRC_PATH":"../artifacts",
|
|
"keyValueStore":"/tmp/fabric-client-kvs",
|
|
"eventWaitTime":"30000",
|
|
"admins":[
|
|
{
|
|
"username":"admin",
|
|
"secret":"adminpw"
|
|
}
|
|
]
|
|
}
|