mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
add TwoOrgsOrdererGenesis profile , genesis profile for for network was missing
This commit is contained in:
parent
f84754ea3b
commit
87c7823e58
1 changed files with 14 additions and 0 deletions
|
|
@ -300,6 +300,20 @@ Channel: &ChannelDefaults
|
|||
################################################################################
|
||||
Profiles:
|
||||
|
||||
TwoOrgsOrdererGenesis:
|
||||
<<: *ChannelDefaults
|
||||
Orderer:
|
||||
<<: *OrdererDefaults
|
||||
Organizations:
|
||||
- *OrdererOrg
|
||||
Capabilities:
|
||||
<<: *OrdererCapabilities
|
||||
Consortiums:
|
||||
SampleConsortium:
|
||||
Organizations:
|
||||
- *Org1
|
||||
- *Org2
|
||||
|
||||
TwoOrgsApplicationGenesis:
|
||||
<<: *ChannelDefaults
|
||||
Orderer:
|
||||
|
|
|
|||
Loading…
Reference in a new issue