From 9a3feeb10b3e738389903f980de2ba86e05b67cf Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 10 Jan 2014 19:58:12 -0300 Subject: [PATCH] correction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f84119..9843a234 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ There is a bitcoind configuration sample at: If you want to use a external bitcoind server set BITCOIND_HOST / BITCOIND_PORT enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. -### Environmental Settings +### Environment Variables Settings There are three environments provided by default, __development__, __test__, and __production__. Each of these environments has the following configuration options: * __db__ - This is the name of the MongoDB database to use, and is set by default to __mystery-dev__ for the development environment.