Merge pull request #68 from braydonf/api-default

Initial setup adjustments for api/index config.
This commit is contained in:
Manuel Aráoz 2015-04-30 00:58:09 -03:00
commit aa944bab63

View File

@ -11,6 +11,8 @@ BitcoreHTTP:
RPC: RPC:
user: user user: user
pass: password pass: password
protocol: http protocol: http #http, https
#rejectUnauthorized: false
#disableAgent: true
host: 127.0.0.1 host: 127.0.0.1
port: 8332 port: 8332