summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-19 21:21:42 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-19 21:21:42 +0100
commit520dad0b261732c2979de01bf0534ac79e8161e0 (patch)
tree37644862c2f759b5dba365a988fdb7adf937bea6 /manpages/taler.conf.5.rst
parentea9af7ad5fa81477c655d1e0a7a890a5cf224b6e (diff)
downloaddocs-520dad0b261732c2979de01bf0534ac79e8161e0.tar.gz
docs-520dad0b261732c2979de01bf0534ac79e8161e0.tar.bz2
docs-520dad0b261732c2979de01bf0534ac79e8161e0.zip
-document what happens when fakebank exceeds RAM pool limit
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index a671ffd5..cb7d8d09 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -505,6 +505,18 @@ CONFIG
"taler" database. Testcases use “talercheck”.
+Bank Options
+------------
+
+The following options must be in section "[bank]" for the taler-fakebank-run(1) command. They are not used by the exchange or LibEuFin!
+
+HTTP_PORT
+ On which TCP port should the (fake)bank offer its REST API.
+RAM_LIMIT
+ This gives the number of transactions to keep in memory. Older transactions will be overwritten and history requests for overwritten transactions will fail.
+
+
+
SEE ALSO
========