mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Hide private key when showing configuration
This commit is contained in:
parent
5864c34115
commit
aec3b3db6c
@ -27,6 +27,7 @@ def run_show_config(args):
|
||||
# the system needs to be configured, then display information on how to
|
||||
# configure the system.
|
||||
bigchaindb.config_utils.autoconfigure(filename=args.config, force=True)
|
||||
bigchaindb.config['keypair']['private'] = 'x' * 45
|
||||
pprint(bigchaindb.config)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user