Config file updates. electrs -> esplora
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user