mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix OrdererEndpoints in test-network's bft sample
This patch fixes the description of orderer2-4 in OrdererEndpoints in test-network's bft-config/configtx.yaml. Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
parent
7d5aaf11e2
commit
f2c1c59c50
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ Organizations:
|
||||||
Rule: "OR('OrdererMSP.admin')"
|
Rule: "OR('OrdererMSP.admin')"
|
||||||
OrdererEndpoints:
|
OrdererEndpoints:
|
||||||
- orderer.example.com:7050
|
- orderer.example.com:7050
|
||||||
- orderer.example.com:7052
|
- orderer2.example.com:7052
|
||||||
- orderer.example.com:7056
|
- orderer3.example.com:7056
|
||||||
- orderer.example.com:7058
|
- orderer4.example.com:7058
|
||||||
- &Org1
|
- &Org1
|
||||||
# DefaultOrg defines the organization which is used in the sampleconfig
|
# DefaultOrg defines the organization which is used in the sampleconfig
|
||||||
# of the fabric.git development environment
|
# of the fabric.git development environment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue