summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 20:25:58 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 20:25:58 +0200
commitd9130109156fd63f992290db964c9ec0445cd2f0 (patch)
tree01ac9f8f8d853cee6e2e40dc9febd00e8783d115 /manpages
parent7197802eadf70ddb064ff034651571baeffb65e2 (diff)
downloaddocs-d9130109156fd63f992290db964c9ec0445cd2f0.tar.gz
docs-d9130109156fd63f992290db964c9ec0445cd2f0.tar.bz2
docs-d9130109156fd63f992290db964c9ec0445cd2f0.zip
-start with new ENABLE_TIPPING option
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 7e1ec2a2..f447ddec 100644
--- 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.