Skip to content

Commit

Permalink
fix: export CORE_PEER_ORG_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: osamamagdy <[email protected]>
  • Loading branch information
osamamagdy committed Jan 24, 2025
1 parent d3dee26 commit 2efeb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/deployment/test-network/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function test_simple_cli() {
export CHANNEL_NAME=$CHANNEL_NAME
export CORE_PEER_ADDRESS=localhost:7051
export CORE_PEER_ID=peer0.org1.example.com
export CORE_PEER_ORG_NAME=org1
export CORE_PEER_LOCALMSPID=Org1MSP
export CORE_PEER_MSPCONFIGPATH="$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp"
export CORE_PEER_TLS_CERT_FILE="$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt"
Expand Down

0 comments on commit 2efeb72

Please sign in to comment.