Skip to content

Instantly share code, notes, and snippets.

@kctam
Created December 10, 2018 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kctam/10f089ba5d489c4902458881bf237e22 to your computer and use it in GitHub Desktop.
Save kctam/10f089ba5d489c4902458881bf237e22 to your computer and use it in GitHub Desktop.
Hyperledger Fabric Multi-Channel Setup: crypto-config.yaml
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