Ability to limit available fiat currencies (#1748)
* feat: limit number of available fiat currencies
* feat: Add allowed currency selector to Admin UI
* motorinas suggestions
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
150a33009d
commit
48fc73d9d4
5 changed files with 26 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ LNBITS_RESERVE_FEE_MIN=2000
|
|||
# value in percent
|
||||
LNBITS_RESERVE_FEE_PERCENT=1.0
|
||||
|
||||
# Limit fiat currencies allowed to see in UI
|
||||
# LNBITS_ALLOWED_CURRENCIES="EUR, USD"
|
||||
|
||||
# Change theme
|
||||
LNBITS_SITE_TITLE="LNbits"
|
||||
LNBITS_SITE_TAGLINE="free and open-source lightning wallet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue