Update .env.example, add MINT_MAX_BALANCE (#474)

Changed MINT_MAX_PEG_IN/OUT defaults to 10000

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
findingsov
2024-03-26 11:04:07 -04:00
committed by GitHub
parent e040479795
commit f7ad912b13

View File

@@ -87,7 +87,8 @@ LIGHTNING_FEE_PERCENT=1.0
LIGHTNING_RESERVE_FEE_MIN=2000 LIGHTNING_RESERVE_FEE_MIN=2000
# Limits # Limits
# Max mint balance in satoshis
# MINT_MAX_BALANCE=1000000
# Max peg-in amount in satoshis # Max peg-in amount in satoshis
# MINT_MAX_PEG_IN=100000 # MINT_MAX_PEG_IN=100000
# Max peg-out amount in satoshis # Max peg-out amount in satoshis