Skip to content

Commit

Permalink
BE-718 Fix typo in CORE_PEER_GOSSIP_EXTERNAL_ENDPOINT (#67)
Browse files Browse the repository at this point in the history
Update environment variable "CORE_PEER_GOSSIP_EXTERNAL_ENDPOINT" to be "CORE_PEER_GOSSIP_EXTERNALENDPOINT"

Signed-off-by: Yasser Abuomira <yasser.abuomira@4gtss.com>
  • Loading branch information
yasser-mas authored and nekia committed Dec 8, 2019
1 parent 1b40146 commit 7cc3349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ On another terminal:
# 7.1 Optional: Configure Fabcar Sample <!-- do not remove this comment, ensure there is a blank line before each heading -->

Setup Fabcar sample network by following [Fabcar Sample Network](https://hyperledger-fabric.readthedocs.io/en/release-1.4/understand_fabcar_network.html) from Hyperledger fabric samples.
- Make sure to set the environment variables ```CORE_PEER_GOSSIP_BOOTSTRAP``` and ```CORE_PEER_GOSSIP_EXTERNAL_ENDPOINT``` for each peer in the docker-compose.yaml file. These settings enable the Fabric discovery service, which is used by Hyperledger Explorer to discover the network topology.
- Make sure to set the environment variables ```CORE_PEER_GOSSIP_BOOTSTRAP``` and ```CORE_PEER_GOSSIP_EXTERNALENDPOINT``` for each peer in the docker-compose.yaml file. These settings enable the Fabric discovery service, which is used by Hyperledger Explorer to discover the network topology.
- Configure Fabcar sample network based on this link [CONFIG-FABCAR-HLEXPLORER.md](CONFIG-FABCAR-HLEXPLORER.md)


Expand Down

0 comments on commit 7cc3349

Please sign in to comment.