diff --git a/bigchaindb/config_utils.py b/bigchaindb/config_utils.py index b1e729d2..e4e23144 100644 --- a/bigchaindb/config_utils.py +++ b/bigchaindb/config_utils.py @@ -5,7 +5,6 @@ By calling `file_config`, the global configuration (stored in configuration file. Note that there is a precedence in reading configuration values: - - (**not yet**) command line; - local config file; - environment vars; - default config file (contained in ``bigchaindb.__init__``).