Created
April 7, 2019 05:55
-
-
Save kctam/cf8b8b0677b695cdaf765e90dd2d3a17 to your computer and use it in GitHub Desktop.
3node2channel setup
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 | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 | |
- Name: Org2 | |
Domain: org2.example.com | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 | |
- Name: Org3 | |
Domain: org3.example.com | |
Template: | |
Count: 1 | |
Users: | |
Count: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment