|
@@ -9,7 +9,7 @@
|
|
|
################################################################################
|
|
|
Profiles:
|
|
|
|
|
|
- TwoOrgs:
|
|
|
+ MideaOrgs:
|
|
|
Orderer:
|
|
|
<<: *OrdererDefaults
|
|
|
Organizations:
|
|
@@ -18,7 +18,6 @@ Profiles:
|
|
|
<<: *ApplicationDefaults
|
|
|
Organizations:
|
|
|
- *Org0
|
|
|
- - *Org1
|
|
|
|
|
|
################################################################################
|
|
|
#
|
|
@@ -41,7 +40,7 @@ Organizations:
|
|
|
ID: OrdererMSP
|
|
|
|
|
|
# MSPDir is the filesystem path which contains the MSP configuration
|
|
|
- MSPDir: examples/e2e_cli/crypto/orderer/localMspConfig
|
|
|
+ MSPDir: examples/midea/crypto-config/ordererOrganizations/ordererOrg1/orderers/orderer.ordererOrg1
|
|
|
|
|
|
# BCCSP (Blockchain crypto provider): Select which crypto implementation or
|
|
|
# library to use
|
|
@@ -56,35 +55,6 @@ Organizations:
|
|
|
KeyStore:
|
|
|
|
|
|
- &Org0
|
|
|
- # DefaultOrg defines the organization which is used in the sampleconfig
|
|
|
- # of the fabric.git development environment
|
|
|
- Name: Org0MSP
|
|
|
-
|
|
|
- # ID to load the MSP definition as
|
|
|
- ID: Org0MSP
|
|
|
-
|
|
|
- MSPDir: examples/e2e_cli/crypto/peer/peer0/localMspConfig
|
|
|
-
|
|
|
- # BCCSP (Blockchain crypto provider): Select which crypto implementation or
|
|
|
- # library to use
|
|
|
- BCCSP:
|
|
|
- Default: SW
|
|
|
- SW:
|
|
|
- Hash: SHA2
|
|
|
- Security: 256
|
|
|
- # Location of Key Store. If this is unset, a location will
|
|
|
- # be chosen using 'MSPDir'/keystore
|
|
|
- FileKeyStore:
|
|
|
- KeyStore:
|
|
|
-
|
|
|
- AnchorPeers:
|
|
|
- # AnchorPeers defines the location of peers which can be used
|
|
|
- # for cross org gossip communication. Note, this value is only
|
|
|
- # encoded in the genesis block in the Application section context
|
|
|
- - Host: peer0
|
|
|
- Port: 7051
|
|
|
-
|
|
|
- - &Org1
|
|
|
# DefaultOrg defines the organization which is used in the sampleconfig
|
|
|
# of the fabric.git development environment
|
|
|
Name: Org1MSP
|
|
@@ -92,7 +62,7 @@ Organizations:
|
|
|
# ID to load the MSP definition as
|
|
|
ID: Org1MSP
|
|
|
|
|
|
- MSPDir: examples/e2e_cli/crypto/peer/peer2/localMspConfig
|
|
|
+ MSPDir: examples/midea/crypto-config/peerOrganizations/peerOrg1/peers/peer0.peerOrg1
|
|
|
|
|
|
# BCCSP (Blockchain crypto provider): Select which crypto implementation or
|
|
|
# library to use
|
|
@@ -110,7 +80,7 @@ Organizations:
|
|
|
# AnchorPeers defines the location of peers which can be used
|
|
|
# for cross org gossip communication. Note, this value is only
|
|
|
# encoded in the genesis block in the Application section context
|
|
|
- - Host: peer2
|
|
|
+ - Host: peer0
|
|
|
Port: 7051
|
|
|
|
|
|
################################################################################
|