Config file updates. electrs -> esplora

This commit is contained in:
softsimon
2021-01-06 22:49:28 +07:00
parent 29dd6e5d8d
commit dc63fd9428
6 changed files with 32 additions and 34 deletions

View File

@@ -5,16 +5,15 @@
"HTTP_PORT": 8999,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"WEBSOCKET_REFRESH_RATE_MS": 2000
},
"ELECTRS": {
"REST_API_URL": "http://127.0.0.1:3000",
"POLL_RATE_MS": 2000
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000"
},
"ELECTRUM": {
"HOST": "127.0.0.1",
"PORT": 50002,
"PROTOCOL": "tcl",
"TLS_ENABLED": true,
"TX_LOOKUPS": false
},
"BITCOIND": {