Remove reference to command line params

This commit is contained in:
vrde 2016-03-31 11:44:33 +02:00
parent 804365db24
commit 75a4bf65dd

View File

@ -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__``).