-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ia99432c76f75f4f6dde953209631af9a5f459bd2 Signed-off-by: jyellick <jyellick@us.ibm.com>
- Loading branch information
jyellick
committed
Aug 30, 2016
1 parent
53fd500
commit 152a8f2
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ tags=~@issue_767 | |
~@issue_1565 | ||
~@issue_RBAC_TCERT_With_Attributes | ||
~@sdk | ||
~@orderer | ||
~@endorser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
orderer0: | ||
image: hyperledger/fabric-orderer-solo | ||
image: hyperledger/fabric-orderer | ||
environment: | ||
- ORDERER_WINDOW_SIZE_MAX=1000 | ||
- ORDERER_BATCH_TIMEOUT=10s | ||
- ORDERER_BATCH_SIZE=10 | ||
- ORDERER_BLOCK_HISTORY_SIZE=100 | ||
- ORDERER_LISTEN_ADDRESS=0.0.0.0 | ||
# Startup of peer must be delayed to allow membersrvc to come up first | ||
#command: sh -c "sleep 5; peer node start" | ||
- ORDERER_LISTEN_PORT=5005 | ||
#- ORDERER_WINDOW_SIZE_MAX=1000 # TODO (implement) | ||
#- ORDERER_BATCH_TIMEOUT=10s # TODO (implement) | ||
#- ORDERER_BATCH_SIZE=10 # TODO (implement) | ||
#- ORDERER_BLOCK_HISTORY_SIZE=100 # TODO (implement) | ||
|
||
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/orderer | ||
command: ./orderer | ||
command: orderer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters