From 524808102b087e0ad0792f2219837332f1218722 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 29 Apr 2015 23:53:44 -0400 Subject: [PATCH] Initial setup adjustments for api/index config. --- api/config/default.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/api/config/default.yml b/api/config/default.yml index 35e47ea2..690eab04 100644 --- a/api/config/default.yml +++ b/api/config/default.yml @@ -7,10 +7,12 @@ BitcoreHTTP: NetworkMonitor: host: localhost port: 8333 - Reporter: none # none, simple, matrix - RPC: - user: user - pass: password - protocol: http - host: 127.0.0.1 - port: 8332 + Reporter: none # none, simple, matrix + RPC: + user: user + pass: password + protocol: http #http, https + #rejectUnauthorized: false + #disableAgent: true + host: 127.0.0.1 + port: 8332