diff --git a/docs/source/nodes/configuration.md b/docs/source/nodes/configuration.md
index a011b89c..ee1efbc5 100644
--- a/docs/source/nodes/configuration.md
+++ b/docs/source/nodes/configuration.md
@@ -22,8 +22,10 @@ For convenience, here's a list of all the relevant environment variables (docume
`BIGCHAINDB_STATSD_HOST`
`BIGCHAINDB_STATSD_PORT`
`BIGCHAINDB_STATSD_RATE`
+`BIGCHAINDB_CONFIG_PATH`
-The local config file is `$HOME/.bigchaindb` by default (a file which might not even exist), but you can tell BigchainDB to use a different file by using the `-c` command-line option, e.g. `bigchaindb -c path/to/config_file.json start`.
+The local config file is `$HOME/.bigchaindb` by default (a file which might not even exist), but you can tell BigchainDB to use a different file by using the `-c` command-line option, e.g. `bigchaindb -c path/to/config_file.json start`
+or using the `BIGCHAINDB_CONFIG_PATH` environment variable, e.g. `BIGHAINDB_CONFIG_PATH=.my_bigchaindb_config bigchaindb start`.
You can read the current default values in the file [bigchaindb/\_\_init\_\_.py](https://github.com/bigchaindb/bigchaindb/blob/master/bigchaindb/__init__.py). (The link is to the latest version.)