Tidied up the docs for the config settings & the CLI

This commit is contained in:
troymc 2016-10-04 16:12:23 +02:00
parent 4346db4ee4
commit 8e025857fe
2 changed files with 4 additions and 9 deletions

View File

@ -1,9 +1,6 @@
# BigchainDB Command Line Interface (CLI)
# Command Line Interface (CLI)
**Note: At the time of writing, BigchainDB Server and our BigchainDB client are combined, so the BigchainDB CLI includes some server-specific commands and some client-specific commands (e.g. `bigchaindb load`). Soon, BigchainDB Server will be separate from all BigchainDB clients, and they'll all have different CLIs.**
The command-line command to interact with BigchainDB is `bigchaindb`.
The command-line command to interact with BigchainDB Server is `bigchaindb`.
## bigchaindb \-\-help

View File

@ -1,8 +1,6 @@
# BigchainDB Configuration Settings
# Configuration Settings
**Note: At the time of writing, BigchainDB Server code and BigchainDB Python driver code are mixed together, so the following settings are the settings used by BigchainDB Server and also by clients written using the Python driver code. Soon, the code will be separated into server, driver and shared modules, so that BigchainDB Server and BigchainDB clients will have different configuration settings.**
The value of each configuration setting is determined according to the following rules:
The value of each BigchainDB Server configuration setting is determined according to the following rules:
* If it's set by an environment variable, then use that value
* Otherwise, if it's set in a local config file, then use that value