add vars related to service fee to .env.example (#2143)
This commit is contained in:
parent
2d00f4c41c
commit
e76ba62b46
1 changed files with 9 additions and 1 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue