mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #684 from bigchaindb/fix-docstring-in-config-utils-py
Fixed the docstring in config_utils.py
This commit is contained in:
commit
6cef0ca005
@ -1,13 +1,13 @@
|
|||||||
"""Utils to configure BigchainDB.
|
"""Utils for reading and setting configuration settings.
|
||||||
|
|
||||||
By calling `file_config`, the global configuration (stored in
|
The value of each BigchainDB Server configuration setting is
|
||||||
`$HOME/.bigchaindb`) will be updated with the values contained
|
determined according to the following rules:
|
||||||
in the configuration file.
|
|
||||||
|
|
||||||
Note that there is a precedence in reading configuration values:
|
* If it's set by an environment variable, then use that value
|
||||||
- local config file;
|
* Otherwise, if it's set in a local config file, then use that
|
||||||
- environment vars;
|
value
|
||||||
- default config file (contained in ``bigchaindb.__init__``).
|
* Otherwise, use the default value (contained in
|
||||||
|
``bigchaindb.__init__``)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user