mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update setOrgEnv.sh (#748)
Type found in line 36 of setOrgEnv.sh file Signed-off-by: Zakaria Hossain Foysal <zakaria15-9556@diu.edu.bd>
This commit is contained in:
parent
525ff9f590
commit
8ca50df4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ elif [[ ${ORG,,} == "org2" || ${ORG,,} == "magnetocorp" ]]; then
|
||||||
CORE_PEER_LOCALMSPID=Org2MSP
|
CORE_PEER_LOCALMSPID=Org2MSP
|
||||||
CORE_PEER_MSPCONFIGPATH=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
|
CORE_PEER_MSPCONFIGPATH=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
|
||||||
CORE_PEER_ADDRESS=localhost:9051
|
CORE_PEER_ADDRESS=localhost:9051
|
||||||
CORE_PEER_TLS_ROOTCERT_FILE=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/tlsca/tlsca.org1.example.com-cert.pem
|
CORE_PEER_TLS_ROOTCERT_FILE=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/tlsca/tlsca.org2.example.com-cert.pem
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "Unknown \"$ORG\", please choose Org1/Digibank or Org2/Magnetocorp"
|
echo "Unknown \"$ORG\", please choose Org1/Digibank or Org2/Magnetocorp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue