Created
December 10, 2018 13:40
-
-
Save kctam/10f089ba5d489c4902458881bf237e22 to your computer and use it in GitHub Desktop.
Hyperledger Fabric Multi-Channel Setup: crypto-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OrdererOrgs: | |
- Name: Orderer | |
Domain: example.com | |
Specs: | |
- Hostname: orderer | |
PeerOrgs: | |
- Name: Org1 | |
Domain: org1.example.com | |
EnableNodeOUs: true | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 | |
- Name: Org2 | |
Domain: org2.example.com | |
EnableNodeOUs: true | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 | |
- Name: Org3 | |
Domain: org3.example.com | |
EnableNodeOUs: true | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment