Make lnd timeout configurable

This commit is contained in:
nymkappa
2023-03-20 16:35:44 +09:00
parent 100daab4db
commit e7b72e1ea4
7 changed files with 14 additions and 5 deletions

View File

@@ -109,7 +109,8 @@
"LND": {
"TLS_CERT_PATH": "",
"MACAROON_PATH": "",
"REST_API_URL": "https://localhost:8080"
"REST_API_URL": "https://localhost:8080",
"TIMEOUT": 10000
},
"CLIGHTNING": {
"SOCKET": "__CLIGHTNING_SOCKET__"