We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dee26 commit 2efeb72Copy full SHA for 2efeb72
samples/deployment/test-network/test.sh
@@ -109,6 +109,7 @@ function test_simple_cli() {
109
export CHANNEL_NAME=$CHANNEL_NAME
110
export CORE_PEER_ADDRESS=localhost:7051
111
export CORE_PEER_ID=peer0.org1.example.com
112
+ export CORE_PEER_ORG_NAME=org1
113
export CORE_PEER_LOCALMSPID=Org1MSP
114
export CORE_PEER_MSPCONFIGPATH="$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp"
115
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"
0 commit comments