mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add todo note
This commit is contained in:
parent
e1f4b6c731
commit
88d910f701
@ -22,6 +22,9 @@ def run_show_config(args):
|
|||||||
"""Show the current configuration"""
|
"""Show the current configuration"""
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
||||||
|
# TODO Proposal: remove the "hidden" configuration. Only show config. If
|
||||||
|
# the system needs to be configured, then display information on how to
|
||||||
|
# configure the system.
|
||||||
bigchaindb.config_utils.file_config(args.config)
|
bigchaindb.config_utils.file_config(args.config)
|
||||||
pprint(bigchaindb.config)
|
pprint(bigchaindb.config)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user