1
0
mirror of https://github.com/bumi/faraday_ln_paywall synced 2025-06-16 17:25:35 +00:00

Fix configuration option in readme

This commit is contained in:
bumi 2018-10-28 23:10:36 +01:00
parent c7525b7d7c
commit 1069066253

View File

@ -48,8 +48,8 @@ The middleware accepts the following configuration options:
* `max_amount`: the maximum amount of an invoice that will automatically be paid. Raises a `FaradayLnPaywall::PaymentError` if the server request a higher amount * `max_amount`: the maximum amount of an invoice that will automatically be paid. Raises a `FaradayLnPaywall::PaymentError` if the server request a higher amount
* `address`: the address of the lnd gRPC service( default: `localhost:10009`) * `address`: the address of the lnd gRPC service( default: `localhost:10009`)
* `credentials`: path to the tls.cert (default: `~/.lnd/tls.cert`) * `credentials_path`: path to the tls.cert (default: `~/.lnd/tls.cert`)
* `macaroon`: path to the macaroon path (default: `~/.lnd/data/chain/bitcoin/testnet/admin.macaroon`) * `macaroon_path`: path to the macaroon path (default: `~/.lnd/data/chain/bitcoin/testnet/admin.macaroon`)
## What is the Lightning Network? ## What is the Lightning Network?