update readme

This commit is contained in:
Matias Alejo Garcia 2014-01-23 13:11:58 -03:00
parent 37783c5286
commit 169edc2604
1 changed files with 8 additions and 1 deletions

View File

@ -167,7 +167,14 @@ There is a bitcoind configuration sample at:
etc/bitcoind/bitcoin.conf
```
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.
If you want to use a external bitcoind server set:
BITCOIND_HOST
BITCOIND_PORT
BITCOIND_USER
BITCOIND_PASS
INSIGHT_NETWORK [= 'livenet' | 'testnet']
enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. Alternatively change config/env/$NODE_ENV.js
### Environment Variables Settings