feat: backport remote BTC node support

This commit is contained in:
Sérgio Salgado 2023-02-01 15:16:35 +00:00
parent 24473de6d5
commit 1b6ba5e6dc
15 changed files with 272 additions and 55 deletions

View file

@ -1,3 +1,5 @@
NODE_ENV=
## Database variables
# Used to describe which database to use. Possible values include: DEV, RELEASE, STRESS_TEST
@ -51,6 +53,22 @@ HOSTNAME=
LOG_LEVEL=
LIGHTNING_NETWORK_DAEMON=
# Crypto nodes related variables
## Location info (can be local or remote)
BTC_NODE_LOCATION=
BTC_WALLET_LOCATION=
## Node connection info (remote node only)
BTC_NODE_HOST=
BTC_NODE_PORT=
## Node connection info (remote wallet only)
BTC_NODE_RPC_HOST=
BTC_NODE_RPC_PORT=
BTC_NODE_USER=
BTC_NODE_PASSWORD=
## Deprecated or in deprecation
HTTP=