File tree Expand file tree Collapse file tree
samples/chaincode/confidential-escrow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export CC_ID=confidential-escrow
2+ export CHANNEL_NAME=mychannel
3+ export CORE_PEER_ADDRESS=localhost:7051
4+ export CORE_PEER_ID=peer0.org1.example.com
5+ export CORE_PEER_ORG_NAME=org1
6+ export CORE_PEER_LOCALMSPID=Org1MSP
7+ 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
8+ 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
9+ export CORE_PEER_TLS_ENABLED="true"
10+ export CORE_PEER_TLS_KEY_FILE=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key
11+ export CORE_PEER_TLS_ROOTCERT_FILE=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
12+ export ORDERER_CA=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem
13+ export GATEWAY_CONFIG=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/connection-org1.yaml
14+ export FPC_ENABLED=true
15+ export RUN_CCAAS=true
Original file line number Diff line number Diff line change 1+ export CC_ID=confidential-escrow
2+ export CHANNEL_NAME=mychannel
3+ export CORE_PEER_ADDRESS=localhost:9051
4+ export CORE_PEER_ID=peer0.org2.example.com
5+ export CORE_PEER_ORG_NAME=org2
6+ export CORE_PEER_LOCALMSPID=Org2MSP
7+ export CORE_PEER_MSPCONFIGPATH=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
8+ export CORE_PEER_TLS_CERT_FILE=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/server.crt
9+ export CORE_PEER_TLS_ENABLED="true"
10+ export CORE_PEER_TLS_KEY_FILE=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/server.key
11+ export CORE_PEER_TLS_ROOTCERT_FILE=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt
12+ export ORDERER_CA=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem
13+ export GATEWAY_CONFIG=$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org2.example.com/connection-org2.yaml
14+ export FPC_ENABLED=true
15+ export RUN_CCAAS=true
16+
You can’t perform that action at this time.
0 commit comments