summaryrefslogtreecommitdiff
path: root/libeufin/bank-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/bank-manual.rst')
-rw-r--r--libeufin/bank-manual.rst5
1 files changed, 1 insertions, 4 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!