feat: backport remote BTC node support
This commit is contained in:
parent
24473de6d5
commit
1b6ba5e6dc
15 changed files with 272 additions and 55 deletions
18
.sample.env
18
.sample.env
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue