feat: setup bitvora api

This commit is contained in:
2025-03-03 12:20:31 +00:00
parent 834ed44408
commit b80048e372
9 changed files with 181 additions and 28 deletions

View File

@ -15,10 +15,11 @@ A bitcoin powered VPS system.
db: "mysql://root:root@localhost:3376/lnvps"
# LND node connection details
lnd:
url: "https://127.0.0.1:10003"
cert: "$HOME/.lnd/tls.cert"
macaroon: "$HOME/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
lightning:
lnd:
url: "https://127.0.0.1:10003"
cert: "$HOME/.lnd/tls.cert"
macaroon: "$HOME/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
# Number of days after a VM expires to delete
delete-after: 3