ops: Enable unix socket for esplora on mainnet-lightning

This commit is contained in:
wiz 2023-04-05 16:48:26 +09:00
parent b6f1fd5a4a
commit 66109afb0d
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -15,7 +15,7 @@
"PASSWORD": "__BITCOIN_RPC_PASS__"
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:4000"
"UNIX_SOCKET_PATH": "/bitcoin/socket/esplora-bitcoin-mainnet"
},
"LIGHTNING": {
"ENABLED": true,