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

@ -7,10 +7,12 @@ BitcoreHTTP:
NetworkMonitor: NetworkMonitor:
host: localhost host: localhost
port: 8333 port: 8333
Reporter: none # none, simple, matrix Reporter: none # none, simple, matrix
RPC: RPC:
user: user user: user
pass: password pass: password
protocol: http protocol: http #http, https
host: 127.0.0.1 #rejectUnauthorized: false
port: 8332 #disableAgent: true
host: 127.0.0.1
port: 8332