mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-15 15:32:47 +02:00
add vars related to service fee to .env.example (#2143)
This commit is contained in:
10
.env.example
10
.env.example
@ -158,7 +158,15 @@ LNBITS_EXTENSIONS_DEFAULT_INSTALL="tpos"
|
|||||||
LNBITS_DATA_FOLDER="./data"
|
LNBITS_DATA_FOLDER="./data"
|
||||||
# LNBITS_DATABASE_URL="postgres://user:password@host:port/databasename"
|
# LNBITS_DATABASE_URL="postgres://user:password@host:port/databasename"
|
||||||
|
|
||||||
LNBITS_SERVICE_FEE="0.0"
|
# the service fee (in percent)
|
||||||
|
LNBITS_SERVICE_FEE=0.0
|
||||||
|
# the wallet where fees go to
|
||||||
|
# LNBITS_SERVICE_FEE_WALLET=
|
||||||
|
# the maximum fee per transaction (in satoshis)
|
||||||
|
# LNBITS_SERVICE_FEE_MAX=1000
|
||||||
|
# disable fees for internal transactions
|
||||||
|
# LNBITS_SERVICE_FEE_IGNORE_INTERNAL=true
|
||||||
|
|
||||||
# value in millisats
|
# value in millisats
|
||||||
LNBITS_RESERVE_FEE_MIN=2000
|
LNBITS_RESERVE_FEE_MIN=2000
|
||||||
# value in percent
|
# value in percent
|
||||||
|
Reference in New Issue
Block a user