summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorAntoine A <>2023-12-02 15:58:59 +0000
committerAntoine A <>2023-12-02 15:58:59 +0000
commitd0019033848e2b326ad6be44217dfb58ec406b65 (patch)
tree90f9052775fae0a9e41138a4ffb7c30b3068f453 /libeufin
parent8ed22e0a292e8b0cfbcbb19d9dd138239b833027 (diff)
downloaddocs-d0019033848e2b326ad6be44217dfb58ec406b65.tar.gz
docs-d0019033848e2b326ad6be44217dfb58ec406b65.tar.bz2
docs-d0019033848e2b326ad6be44217dfb58ec406b65.zip
Update libeufin-bank documentation
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/bank-manual.rst5
-rw-r--r--libeufin/regional-manual.rst2
2 files changed, 2 insertions, 5 deletions
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
index 4405b2d0..b1117664 100644
--- a/libeufin/bank-manual.rst
+++ b/libeufin/bank-manual.rst
@@ -48,9 +48,6 @@ The following snippet shows the mandatory configuration values :
[libeufin-bank]
CURRENCY = KUDOS
- # Debt limit
- DEFAULT_ADMIN_DEBT_LIMIT = KUDOS:200000000
-
# Server
SERVE = tcp
PORT = 8080
@@ -124,7 +121,7 @@ Then the following command would start the server with conversion API enabled :
Web-based Configuration
-----------------------
-Now you should be able to setup conversion rates though the Web
+Now you should be able to setup conversion rates and ``admin`` debt limit though the Web
interface of the bank as the ``admin`` user.
Conversion ON!
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
index 383f3184..80b8b1f0 100644
--- a/libeufin/regional-manual.rst
+++ b/libeufin/regional-manual.rst
@@ -182,7 +182,7 @@ offers them in ``contrib/``: adjust to your setup!
Web-based Configuration
-----------------------
-Now you should be able to setup conversion rates though the Web
+Now you should be able to setup conversion rates and ``admin`` debt limit though the Web
interface of the bank as the ``admin`` user.