Skip to content

Commit

Permalink
[FAB-4593] Reword temp ledger location text
Browse files Browse the repository at this point in the history
Change-Id: I9da1365a65ec8b5b63e784d67056c4c130449a9a
Signed-off-by: Kostas Christidis <kostas@christidis.io>
  • Loading branch information
kchristidis committed Jun 13, 2017
1 parent f5dbbaf commit 7253ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/cluster/config/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ General:
FileLedger:

# Location: The directory to store the blocks in.
# NOTE: If this is unset, a temporary location will be chosen using
# the prefix specified by Prefix.
# NOTE: If this is unset, a new temporary location will be chosen every time
# the orderer is restarted, using the prefix specified by Prefix.
Location: /var/hyperledger/fabric/orderer

# The prefix to use when generating a ledger directory in temporary space.
Expand Down
4 changes: 2 additions & 2 deletions sampleconfig/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ General:
FileLedger:

# Location: The directory to store the blocks in.
# NOTE: If this is unset, a temporary location will be chosen using
# the prefix specified by Prefix.
# NOTE: If this is unset, a new temporary location will be chosen every time
# the orderer is restarted, using the prefix specified by Prefix.
Location: /var/hyperledger/production/orderer

# The prefix to use when generating a ledger directory in temporary space.
Expand Down

0 comments on commit 7253ae5

Please sign in to comment.