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