mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Add a channel event handler sample to master and
update for lifecyce.
Change-Id: I5420ddc7070dbee785218ce5960f7604ac799f90
Signed-off-by: Chris Elder <chris.elder@us.ibm.com>
(cherry picked from commit 1efd213110)
7 lines
179 B
JSON
7 lines
179 B
JSON
{
|
|
"peer_name": "peer0.org1.example.com",
|
|
"channelid": "mychannel",
|
|
"use_couchdb":true,
|
|
"create_history_log":true,
|
|
"couchdb_address": "http://localhost:5990"
|
|
}
|