forked from hyperledger/indy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compatibility with brand new pool
Signed-off-by: Nikita Zhigunenko <[email protected]>
- Loading branch information
Nikita Zhigunenko
committed
Aug 16, 2018
1 parent
25a8c88
commit dd28a18
Showing
2 changed files
with
36 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Current network | ||
NETWORK_NAME = 'sandbox' | ||
|
||
# Disable stdout logging | ||
enableStdOutLogging = False | ||
|
||
# Directory to store ledger. | ||
LEDGER_DIR = '/var/lib/indy' | ||
|
||
# Directory to store logs. | ||
LOG_DIR = '/var/log/indy' | ||
|
||
# Directory to store keys. | ||
KEYS_DIR = '/var/lib/indy' | ||
|
||
# Directory to store genesis transactions files. | ||
GENESIS_DIR = '/var/lib/indy' | ||
|
||
# Directory to store backups. | ||
BACKUP_DIR = '/var/lib/indy/backup' | ||
|
||
# Directory to store plugins. | ||
PLUGINS_DIR = '/var/lib/indy/plugins' | ||
|
||
# Directory to store node info. | ||
NODE_INFO_DIR = '/var/lib/indy' |
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