taler-docs

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

commit d9130109156fd63f992290db964c9ec0445cd2f0
parent 7197802eadf70ddb064ff034651571baeffb65e2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 May 2023 20:25:58 +0200

-start with new ENABLE_TIPPING option

Diffstat:
Mmanpages/taler.conf.5.rst | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst @@ -41,9 +41,6 @@ CURRENCY_ROUND_UNIT Smallest amount in this currency that can be transferred using the underlying RTGS. For example: "EUR:0.01" or "JPY:1". -AML_THRESHOLD - Largest amount in this currency that can be transferred per month without - an AML staff member doing a (manual) AML check. For example: "USD:1000000". The “[PATHS]” section is special in that it contains paths that can be @@ -90,6 +87,17 @@ MASTER_PRIV_FILE Location of the master private key on disk. Only used by tools that can be run offline (as the master key is for offline signing). +AML_THRESHOLD + Largest amount in this currency that can be transferred per month without + an AML staff member doing a (manual) AML check. For example: "USD:1000000". + +ENABLE_TIPPING + This option can be used to announce that an exchange does not allow + the use of the reserves for tipping. The default is YES which means + that tipping is allowed. The option merely announces that + tipping is enabled or disabled, and protocol-compliant merchant + backends will then enable or disable the feature accordingly. + BASE_URL The base URL under which the exchange can be reached. Added to wire transfers to enable tracking by merchants.