mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-24 23:35:47 +01:00
readme: add satoshi units to readme
This commit is contained in:
@@ -48,9 +48,9 @@ vim .env # edit your config
|
||||
+ `WEBHOOK_URL`: Optional. Callback URL for incoming and outgoing payment events, see below.
|
||||
+ `FEE_RESERVE`: (default: false) Keep fee reserve for each user
|
||||
+ `ALLOW_ACCOUNT_CREATION`: (default: true) Enable creation of new accounts
|
||||
+ `MAX_RECEIVE_AMOUNT`: (default: 0 = no limit) Set maximum amount for which an invoice can be created
|
||||
+ `MAX_SEND_AMOUNT`: (default: 0 = no limit) Set maximum amount of an invoice that can be paid
|
||||
+ `MAX_ACCOUNT_BALANCE`: (default: 0 = no limit) Set maximum balance for each account
|
||||
+ `MAX_RECEIVE_AMOUNT`: (default: 0 = no limit) Set maximum amount (in satoshi) for which an invoice can be created
|
||||
+ `MAX_SEND_AMOUNT`: (default: 0 = no limit) Set maximum amount (in satoshi) of an invoice that can be paid
|
||||
+ `MAX_ACCOUNT_BALANCE`: (default: 0 = no limit) Set maximum balance (in satoshi) for each account
|
||||
|
||||
### Macaroon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user