Skip to content

Commit

Permalink
Update .env.example, add MINT_MAX_BALANCE (#474)
Browse files Browse the repository at this point in the history
Changed MINT_MAX_PEG_IN/OUT defaults to 10000

Co-authored-by: callebtc <[email protected]>
  • Loading branch information
findingsov and callebtc authored Mar 26, 2024
1 parent e040479 commit f7ad912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ LIGHTNING_FEE_PERCENT=1.0
LIGHTNING_RESERVE_FEE_MIN=2000

# Limits

# Max mint balance in satoshis
# MINT_MAX_BALANCE=1000000
# Max peg-in amount in satoshis
# MINT_MAX_PEG_IN=100000
# Max peg-out amount in satoshis
Expand Down

0 comments on commit f7ad912

Please sign in to comment.