-
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.
[FAB-3025] Update ledger defaults for orderer
The current defaults for the orderer have it: 1. Use the "ram" ledger 2. Set the "file" ledger's location to /tmp which means it won't persist across restarts. Both of these choices are unacceptable for a production environment. This changesets sets the "file" ledger as the default and its location to a path outside the /tmp dir, and inline with the peer's ledger. Change-Id: I59413ceb45d0676d00fd2204e0bda9a659600dec Signed-off-by: Kostas Christidis <kostas@christidis.io>
- Loading branch information
1 parent
a97886a
commit 6e03b70
Showing
3 changed files
with
17 additions
and
17 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
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