mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Create crypto-config-all.yaml
This commit is contained in:
parent
36d6b60954
commit
4932b7bf50
1 changed files with 24 additions and 0 deletions
24
first-network/crypto-config-all.yaml
Normal file
24
first-network/crypto-config-all.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
OrdererOrgs:
|
||||
- Name: Orderer01
|
||||
Domain: ming-chain.com
|
||||
Specs:
|
||||
- Hostname: orderer01
|
||||
- Name: Orderer02
|
||||
Domain: ming-chain.com
|
||||
Specs:
|
||||
- Hostname: orderer02
|
||||
PeerOrgs:
|
||||
- Name: Org1
|
||||
Domain: org1.ming-chain.com
|
||||
EnableNodeOUs: true
|
||||
Template:
|
||||
Count: 3
|
||||
Users:
|
||||
Count: 2
|
||||
- Name: Org2
|
||||
Domain: org2.ming-chain.com
|
||||
EnableNodeOUs: true
|
||||
Template:
|
||||
Count: 4
|
||||
Users:
|
||||
Count: 3
|
||||
Loading…
Reference in a new issue