commit 27c78b0fc83085d3b01ef609d6d8c9db54e11d81
parent 062f315af6f8dfb8d3a16d9260c66d7d1ff29a02
Author: Antoine A <>
Date: Wed, 29 Nov 2023 14:15:55 +0000
Update libeufin-bank documentation
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
@@ -49,7 +49,6 @@ The following snippet shows the mandatory configuration values :
CURRENCY = KUDOS
# Debt limit
- DEFAULT_CUSTOMER_DEBT_LIMIT = KUDOS:0
DEFAULT_ADMIN_DEBT_LIMIT = KUDOS:200000000
# Server
diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst
@@ -36,10 +36,10 @@ CURRENCY
Internal currency of the libeufin-bank, e.g. “EUR” for Euro.
DEFAULT_CUSTOMER_DEBT_LIMIT
- Default debt limit for newly created customer accounts.
+ Default debt limit for newly created customer accounts. Defaults to CURRENCY:0 if not specified.
DEFAULT_ADMIN_DEBT_LIMIT
- Default debt limit of the admin. Typically higher, since sign-up bonuses and cashin are deducted from the admin account.
+ Default debt limit of the admin. Typically higher, since sign-up bonuses and cashin are deducted from the admin account. Defaults to CURRENCY:0 if not specified.
REGISTRATION_BONUS
Value of the registration bonus for new users. Defaults to CURRENCY:0 if not specified.