commit a62a827ea23f3645180a0097d4a678b293f7bee5
parent 1a0a4d4ffd5846d452bfdee2c41585c63ef09653
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 10 Jul 2023 10:35:15 +0200
tip -> reward
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
@@ -106,11 +106,11 @@ AML_THRESHOLD
KYC_AML_TRIGGER
Program to run on KYC attribute data to decide whether we should immediately flag an account for AML review. Program must return 0 if a manual AML review is not needed, and non-zero to trigger an AML review. The KYC attribute data of the new user will be passed on standard-input.
-ENABLE_TIPPING
+ENABLE_REWARDS
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
+ the use of the reserves for rewards. The default is YES which means
+ that rewards are allowed. The option merely announces that
+ rewards is enabled or disabled, and protocol-compliant merchant
backends will then enable or disable the feature accordingly.
BASE_URL
@@ -191,10 +191,10 @@ COST
LOGIC
API type of the KYC provider.
-
+
USER_TYPE
Type of user this provider is for, either INDIVIDUAL or BUSINESS.
-
+
PROVIDED_CHECKS
List of checks performed by this provider. Space-separated names of checks, must match check names in legitimization rules.
@@ -673,7 +673,7 @@ UNIXPATH
UNIXPATH_MODE
Access permission mask to use for the "UNIXPATH".
-
+
PORT
Port on which the HTTP server listens, e.g. 8080.
@@ -681,7 +681,7 @@ BIND_TO
Hostname to which the merchant HTTP server should be bound to, e.g. "localhost".
-
+
AUDITOR POSTGRES BACKEND DATABASE OPTIONS
-----------------------------------------