mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix test network nano peer4 id (#541)
Fix CORE_PEER_ID for peer4. This fix ensures that peer3 and peer4 don't share the same chaincode container. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
ab19b8e01d
commit
22c54b4690
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export CORE_PEER_TLS_ENABLED=true
|
|||
export CORE_PEER_TLS_CERT_FILE="${PWD}"/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls/server.crt
|
||||
export CORE_PEER_TLS_KEY_FILE="${PWD}"/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls/server.key
|
||||
export CORE_PEER_TLS_ROOTCERT_FILE="${PWD}"/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls/ca.crt
|
||||
export CORE_PEER_ID=peer0.org2.example.com
|
||||
export CORE_PEER_ID=peer1.org2.example.com
|
||||
export CORE_PEER_ADDRESS=127.0.0.1:7057
|
||||
export CORE_PEER_LISTENADDRESS=127.0.0.1:7057
|
||||
export CORE_PEER_CHAINCODEADDRESS="${CCADDR}":7058
|
||||
|
|
|
|||
Loading…
Reference in a new issue