summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-10 10:35:15 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-10 10:36:14 +0200
commita62a827ea23f3645180a0097d4a678b293f7bee5 (patch)
tree64015bbda67b8cc0c3a9938866b9a8687761cd3e /manpages/taler.conf.5.rst
parent1a0a4d4ffd5846d452bfdee2c41585c63ef09653 (diff)
downloaddocs-a62a827ea23f3645180a0097d4a678b293f7bee5.tar.gz
docs-a62a827ea23f3645180a0097d4a678b293f7bee5.tar.bz2
docs-a62a827ea23f3645180a0097d4a678b293f7bee5.zip
tip -> reward
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index c9c86c68..8c2bff10 100644
--- 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
-----------------------------------------