diff --git a/bigchaindb/commands/bigchain.py b/bigchaindb/commands/bigchain.py index 2c59e0e5..3d7a0825 100644 --- a/bigchaindb/commands/bigchain.py +++ b/bigchaindb/commands/bigchain.py @@ -22,6 +22,9 @@ def run_show_config(args): """Show the current configuration""" 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) pprint(bigchaindb.config)