Mint: adjust mint melt settings (#764)

* adjust mint melt settings

* .env.example

* ge=0, closes #756
This commit is contained in:
callebtc
2025-06-01 12:24:37 +02:00
committed by GitHub
parent 67b7ea6b72
commit 48823d673d
5 changed files with 68 additions and 36 deletions

View File

@@ -121,11 +121,13 @@ LIGHTNING_RESERVE_FEE_MIN=2000
# Max mint balance in satoshis
# MINT_MAX_BALANCE=1000000
# Max peg-in amount in satoshis
# MINT_MAX_PEG_IN=100000
# MINT_MAX_MINT_BOLT11_SAT=100000
# Max peg-out amount in satoshis
# MINT_MAX_PEG_OUT=100000
# Use to allow only peg-out to LN
# MINT_PEG_OUT_ONLY=FALSE
# MINT_MAX_MELT_BOLT11_SAT=100000
# Disable minting of BOLT11 invoices
# MINT_BOLT11_DISABLE_MINT=FALSE
# Disable melting of BOLT11 invoices
# MINT_BOLT11_DISABLE_MELT=FALSE
# Rate limit requests to mint. Make sure that you can see request IPs in the logs.
# You may need to adjust your reverse proxy if you only see requests originating from 127.0.0.1