Skip to content

Commit

Permalink
Remove whitespace character from ORDERER_GENERAL_LISTENPORT
Browse files Browse the repository at this point in the history
Signed-off-by: kartik chauhan <[email protected]>
  • Loading branch information
kartikchauhan authored and denyeart committed Jan 28, 2023
1 parent fcc1cbb commit ba3ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In order to tolerate crash faults, orderer uses file-based ledger to persist blo

## Experimenting with the orderer service

To experiment with the orderer service you may build the orderer binary by simply typing `go build` in the `hyperledger/fabric/orderer` directory. You may then invoke the orderer binary with no parameters, or you can override the bind address and port by setting the environment variables `ORDERER_GENERAL_LISTENADDRESS` and `ORDERER_GENERAL_ LISTENPORT` respectively.
To experiment with the orderer service you may build the orderer binary by simply typing `go build` in the `hyperledger/fabric/orderer` directory. You may then invoke the orderer binary with no parameters, or you can override the bind address and port by setting the environment variables `ORDERER_GENERAL_LISTENADDRESS` and `ORDERER_GENERAL_LISTENPORT` respectively.

There are sample clients in the `fabric/orderer/sample_clients` directory.

Expand Down

0 comments on commit ba3ff4a

Please sign in to comment.