mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Tidied up the docs for the config settings & the CLI
This commit is contained in:
parent
4346db4ee4
commit
8e025857fe
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user