summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-29 14:15:55 +0000
committerAntoine A <>2023-11-29 14:15:55 +0000
commit27c78b0fc83085d3b01ef609d6d8c9db54e11d81 (patch)
treeb6044631a8954ccdd7fbc816615867414481be17
parent062f315af6f8dfb8d3a16d9260c66d7d1ff29a02 (diff)
downloaddocs-27c78b0fc83085d3b01ef609d6d8c9db54e11d81.tar.gz
docs-27c78b0fc83085d3b01ef609d6d8c9db54e11d81.tar.bz2
docs-27c78b0fc83085d3b01ef609d6d8c9db54e11d81.zip
Update libeufin-bank documentation
-rw-r--r--libeufin/bank-manual.rst1
-rw-r--r--manpages/libeufin-bank.conf.5.rst4
2 files changed, 2 insertions, 3 deletions
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
index 13e0327b..4405b2d0 100644
--- 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
index ceef7ea6..9d83ceda 100644
--- 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.