taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 44d6f6e78207108a6e07eb1461edb0a069193d5b
parent 73bf6324fbf881e10e17109f24e95380e205029b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 15 Nov 2024 16:40:25 +0100

fix man pages

Diffstat:
Mmanpages/taler-auditor.conf.5.rst | 18++++++++++++++++++
Mmanpages/taler-fakebank.conf.5.rst | 10++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/manpages/taler-auditor.conf.5.rst b/manpages/taler-auditor.conf.5.rst @@ -62,6 +62,24 @@ TALER_RUNTIME_DIR .. include:: frags/exchange-coin.rst +EXCHANGE OPTIONS +---------------- + +The following options are from the “[exchange]” section and used by +the auditor. + +CURRENCY + Name of the currency, e.g. “EUR” for Euro. + +CURRENCY_ROUND_UNIT + Smallest amount in this currency that can be transferred using the + underlying RTGS. For example: "EUR:0.01" or "JPY:1". + +DB + Plugin to use for the database, e.g. “postgres”. + + + AUDITOR OPTIONS --------------- diff --git a/manpages/taler-fakebank.conf.5.rst b/manpages/taler-fakebank.conf.5.rst @@ -49,6 +49,16 @@ values: it will destroy all uses of ``@INLINE@`` and furthermore remove all comments from the configuration file! +EXCHANGE OPTIONS +---------------- + +The following options are from the “[exchange]” section and used by +fakebank. + +CURRENCY + Name of the currency, e.g. “EUR” for Euro. + + (Fake)Bank Options ------------------