[config] add missing RETRY_UNIX_SOCKET_AFTER

This commit is contained in:
nymkappa
2023-04-07 13:28:32 +09:00
parent 0c1a071aa0
commit 545bef0cf9
6 changed files with 12 additions and 5 deletions

View File

@@ -44,7 +44,8 @@
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000",
"UNIX_SOCKET_PATH": "/tmp/esplora-bitcoin-mainnet"
"UNIX_SOCKET_PATH": "/tmp/esplora-bitcoin-mainnet",
"RETRY_UNIX_SOCKET_AFTER": 30000
},
"SECOND_CORE_RPC": {
"HOST": "127.0.0.1",