Browse Source

Added read and invoice macs to lnd

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
b8b42d1475
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .env.example

2
.env.example

@ -3,6 +3,8 @@ FLASK_ENV=development
LND_API_ENDPOINT=https://mylnd.io/rest/
LND_ADMIN_MACAROON=LND_ADMIN_MACAROON
LND_INVOICE_MACAROON=LND_INVOICE_MACAROON
LND_READ_MACAROON=LND_READ_MACAROON
LNTXBOT_API_ENDPOINT=https://lntxbot.bigsun.xyz/
LNTXBOT_ADMIN_KEY=LNTXBOT_ADMIN_KEY

Loading…
Cancel
Save