From e76ba62b46899832f36bdf1ffd85daae3c9b1898 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 12 Dec 2023 11:17:36 +0100 Subject: [PATCH] add vars related to service fee to .env.example (#2143) --- .env.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 39e1ea962..8c4e02317 100644 --- a/.env.example +++ b/.env.example @@ -158,7 +158,15 @@ LNBITS_EXTENSIONS_DEFAULT_INSTALL="tpos" LNBITS_DATA_FOLDER="./data" # 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 LNBITS_RESERVE_FEE_MIN=2000 # value in percent