ops: Add fallback TCP socket for esplora backends

This commit is contained in:
wiz
2023-04-06 17:52:17 +09:00
parent aaf832d2ee
commit ba55fda062
9 changed files with 12 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"PASSWORD": "__BITCOIN_RPC_PASS__"
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:5002",
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-testnet"
},
"DATABASE": {